mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +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;
|
y = origY + 4;
|
||||||
if (origY - 4 > world.getHighestBlockYAt(x, z))
|
|
||||||
{
|
|
||||||
y = origY - 4;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue