aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parentec1c95bdb33dd063880c4cb6c3c9c3cf5d0ed454 (diff)
Only regenerate the area list once per ARUP packet
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 182c2a68..e7a51d37 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -109,7 +109,6 @@ public:
if (arup_locks.size() > place)
arup_locks[place] = value;
}
- list_areas();
}
void character_loading_finished();