diff options
| author | scatterflower <marisaposs@gameboyprinter.moe> | 2020-08-15 19:40:52 -0500 |
|---|---|---|
| committer | scatterflower <marisaposs@gameboyprinter.moe> | 2020-08-15 19:40:52 -0500 |
| commit | 8b44d4ae9599a90579c4fb974fab1704ace8d131 (patch) | |
| tree | 28f4d353d9c2de20780cb6acf7aec940168e91b4 /include | |
| parent | ec1c95bdb33dd063880c4cb6c3c9c3cf5d0ed454 (diff) | |
Only regenerate the area list once per ARUP packet
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 1 |
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(); |
