mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-10-31 15:59:48 +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.result = builder.getResult();
|
||||
this.maxHeight = location.getWorld().getMaxHeight() - 20;
|
||||
BentoBox.getInstance().logDebug("World = " + location.getWorld().getName() + " " + maxHeight);
|
||||
// Try to go
|
||||
Util.getChunkAtAsync(location).thenRun(()-> tryToGo(builder.getFailureMessage()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user