Fix compile issues

This commit is contained in:
Bjarne Koll
2025-06-02 17:14:12 +02:00
parent 4b6fae1079
commit 5cfd638335
2 changed files with 2 additions and 2 deletions

View File

@@ -146,7 +146,7 @@
+ ProfilerFiller gameprofilerfiller = Profiler.get();
+
+ gameprofilerfiller.push("purge");
+ this.ticketStorage.purgeStaleTickets();
+ this.ticketStorage.purgeStaleTickets(this.chunkMap);
+ this.runDistanceManagerUpdates();
+ gameprofilerfiller.popPush("unload");
+ this.chunkMap.tick(() -> true);