Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 30, 2024
1 parent 8b63c7a commit 137390b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38422,6 +38422,7 @@ var GameMap = class _GameMap {
this.decodeLands(lands, landData, mapsquareX, mapsquareZ);
this.decodeLocs(lands, locData, mapsquareX, mapsquareZ, zoneMap);
});
await Promise.all(maps2);
console.timeEnd("Loading game map");
}
/**
Expand Down Expand Up @@ -40294,3 +40295,4 @@ var WorkerServer = class {
await World_default.start();
var workerServer = new WorkerServer();
workerServer.start();
self.postMessage({ type: "ready" });

0 comments on commit 137390b

Please sign in to comment.