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:
@@ -340,10 +340,6 @@ public class Util
|
||||
}
|
||||
|
||||
y = origY + 4;
|
||||
if (origY - 4 > world.getHighestBlockYAt(x, z))
|
||||
{
|
||||
y = origY - 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user