Skip to content

Commit

Permalink
feat: always load map data when zoning menu is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
PeenScreeker committed Dec 1, 2024
1 parent 5605f9a commit a7526d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/pages/zoning/zoning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ class ZoneMenuHandler {
}

initMenu() {
if (!this.mapZoneData) {
this.onLoad();
}
this.onLoad();

if (!this.mapZoneData) return;

Expand Down

0 comments on commit a7526d1

Please sign in to comment.