mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 08:29:44 +00:00
Revert optimization, doesn't find glass blocks.
This commit is contained in:
parent
141a2bb190
commit
41235b6ee1
1 changed files with 0 additions and 4 deletions
|
@ -340,10 +340,6 @@ public class Util
|
|||
}
|
||||
|
||||
y = origY + 4;
|
||||
if (origY - 4 > world.getHighestBlockYAt(x, z))
|
||||
{
|
||||
y = origY - 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue