aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorscatterflower <marisaposs@gameboyprinter.moe>2020-08-15 19:40:52 -0500
committerscatterflower <marisaposs@gameboyprinter.moe>2020-08-15 19:40:52 -0500
commit8b44d4ae9599a90579c4fb974fab1704ace8d131 (patch)
tree28f4d353d9c2de20780cb6acf7aec940168e91b4 /src
parentec1c95bdb33dd063880c4cb6c3c9c3cf5d0ed454 (diff)
Only regenerate the area list once per ARUP packet
Diffstat (limited to 'src')
-rw-r--r--src/packet_distribution.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp
index b543cfb5..fd7453ee 100644
--- a/src/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
@@ -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") {