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 Nov 26, 2024
1 parent 4b66888 commit 273fb10
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 273fb10

Please sign in to comment.