mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-25 08:41:31 +01:00
Revert optimization, doesn't find glass blocks.
This commit is contained in:
parent
141a2bb190
commit
41235b6ee1
@ -340,10 +340,6 @@ public class Util
|
||||
}
|
||||
|
||||
y = origY + 4;
|
||||
if (origY - 4 > world.getHighestBlockYAt(x, z))
|
||||
{
|
||||
y = origY - 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user