Only regenerate the area list once per ARUP packet
This commit is contained in:
parent
ec1c95bdb3
commit
8b44d4ae95
@ -109,7 +109,6 @@ public:
|
||||
if (arup_locks.size() > place)
|
||||
arup_locks[place] = value;
|
||||
}
|
||||
list_areas();
|
||||
}
|
||||
|
||||
void character_loading_finished();
|
||||
|
@ -676,6 +676,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
|
||||
w_courtroom->arup_modify(arup_type, n_element - 1,
|
||||
f_contents.at(n_element));
|
||||
}
|
||||
w_courtroom->list_areas();
|
||||
}
|
||||
}
|
||||
else if (header == "IL") {
|
||||
|
Loading…
Reference in New Issue
Block a user