mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-26 20:55:41 +01:00
Remove debug.
This commit is contained in:
parent
4b9b6774ea
commit
609322d582
@ -67,7 +67,6 @@ public class SafeSpotTeleport {
|
|||||||
this.runnable = builder.getRunnable();
|
this.runnable = builder.getRunnable();
|
||||||
this.result = builder.getResult();
|
this.result = builder.getResult();
|
||||||
this.maxHeight = location.getWorld().getMaxHeight() - 20;
|
this.maxHeight = location.getWorld().getMaxHeight() - 20;
|
||||||
BentoBox.getInstance().logDebug("World = " + location.getWorld().getName() + " " + maxHeight);
|
|
||||||
// Try to go
|
// Try to go
|
||||||
Util.getChunkAtAsync(location).thenRun(()-> tryToGo(builder.getFailureMessage()));
|
Util.getChunkAtAsync(location).thenRun(()-> tryToGo(builder.getFailureMessage()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user