Update ServerLevel.cpp

This commit is contained in:
DeadVoxelx
2026-03-27 08:09:53 -04:00
committed by GitHub
parent 2e683c1637
commit 3174df6dc8

View File

@@ -678,7 +678,7 @@ bool ServerLevel::tickPendingTicks(bool force)
}
else
{
addToTickNextTick(td.x, td.y, td.z, td.tileId, 0);
forceAddTileTick(td.x, td.y, td.z, td.tileId, 0, td.priorityTilt);
}
}
@@ -1613,4 +1613,4 @@ void ServerLevel::flagEntitiesToBeRemoved(unsigned int *flags, bool *removedFoun
{
chunkMap->flagEntitiesToBeRemoved(flags, removedFound);
}
}
}