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;
}
}
}