mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Initialize the RegionTable when loading a file. (#5144)
This commit is contained in:
parent
c72efd08a9
commit
0f81e6d82b
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ void LoadFile() {
|
|||
SaveManager::Instance->LoadData("areasSpoiled", areasSpoiled, (uint32_t)0);
|
||||
UpdateAllOrdering();
|
||||
UpdateAllAreas();
|
||||
RegionTable_Init();
|
||||
}
|
||||
|
||||
void Teardown() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue