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

Revert optimization, doesn't find glass blocks.

This commit is contained in:
KHobbits
2012-07-17 21:05:13 +01:00
parent b4e75f0c0b
commit b0614fda60

View File

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