This commit is contained in:
GabsPuNs
2026-04-04 01:58:49 -04:00
parent 50a1200bff
commit cfb841f6bd
7 changed files with 16 additions and 66 deletions

View File

@@ -678,7 +678,8 @@ bool ServerLevel::tickPendingTicks(bool force)
}
else
{
forceAddTileTick(td.x, td.y, td.z, td.tileId, 0, td.priorityTilt); // Is this a good fix?
addToTickNextTick(td.x, td.y, td.z, td.tileId, 0);
//forceAddTileTick(td.x, td.y, td.z, td.tileId, 0, td.priorityTilt); // Is this a good fix?
}
}