mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Revert "* Improve the entity ID system, and add priority system. We should no longer have clashes."
This reverts commit 1b97875dd6.
This commit is contained in:
@@ -81,9 +81,6 @@ bool SandTile::isFree(Level* level, int x, int y, int z)
|
||||
|
||||
void SandTile::tick(Level* level, int x, int y, int z, Random* random)
|
||||
{
|
||||
if (level->field_11)
|
||||
return;
|
||||
|
||||
checkSlide(level, x, y, z);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user