update to 1.21.80

This commit is contained in:
ForestOfLight
2025-06-04 17:42:56 -07:00
Unverified
parent 36ad9c7de1
commit 6ad128cc9c
7 changed files with 19 additions and 8 deletions
@@ -103,8 +103,11 @@ export class StructureVerifier {
} else {
for (const job of Object.values(this.#populateJob))
system.clearJob(job);
for (const player of this.instance.getDimension().getPlayers())
for (const player of this.instance.getDimension().getPlayers()) {
if (!player)
continue;
this.#populateJob[player.id] = system.runJob(this.populateActiveLocationsNearPlayer(player));
}
const checker = system.runInterval(() => {
if (this.isLocationPopulationComplete) {
system.clearRun(checker);