1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-02 19:22:37 +02:00

Revert optimization, doesn't find glass blocks.

This commit is contained in:
KHobbits
2012-07-17 21:05:13 +01:00
parent 141a2bb190
commit 41235b6ee1

View File

@@ -340,10 +340,6 @@ public class Util
}
y = origY + 4;
if (origY - 4 > world.getHighestBlockYAt(x, z))
{
y = origY - 4;
}
}
}