mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-10 18:38:18 +01:00
Remove debugging messages.
This commit is contained in:
parent
66ae1d5b94
commit
fb71ebdfdf
@ -325,17 +325,14 @@ public class Util
|
||||
y -= 1;
|
||||
if (y + 4 < oy)
|
||||
{
|
||||
System.out.println("Lets inc x");
|
||||
x += 1;
|
||||
y = oy + 4;
|
||||
if (x - 3 > loc.getBlockX())
|
||||
{
|
||||
System.out.println("Lets inc z");
|
||||
x = loc.getBlockX() - 3;
|
||||
z += 1;
|
||||
if (z - 3 > loc.getBlockZ())
|
||||
{
|
||||
System.out.println("Time to give up");
|
||||
x = loc.getBlockX() + 4;
|
||||
z = loc.getBlockZ();
|
||||
y = world.getHighestBlockYAt(x, z);
|
||||
|
Loading…
Reference in New Issue
Block a user