Removes debug lines

This commit is contained in:
wellnesscookie 2020-08-04 18:05:11 +02:00
parent 33a89fab77
commit aad32615bb
1 changed files with 0 additions and 2 deletions

View File

@ -65,12 +65,10 @@ public class WarpCommand extends DelayedTeleportCommand {
} else {
// Alternative warp found!
this.delayCommand(user, () -> addon.getWarpSignsManager().warpPlayer(world, user, foundAlernativeWarp));
addon.log("Found alternative, teleporting!");
return true;
}
} else {
// Warp exists!
addon.log("Found exact warp, teleporting!");
this.delayCommand(user, () -> addon.getWarpSignsManager().warpPlayer(world, user, foundWarp));
return true;
}