Missed in earlier commit: same goes for Trim command

This commit is contained in:
Brettflan 2013-04-21 20:12:05 -05:00
parent 2407a7ef84
commit 65f9b9354e
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ public class WBCommand implements CommandExecutor
pad = split[2];
String world = "";
if (player != null)
if (player != null && !cancel && !confirm && !pause)
world = player.getWorld().getName();
if (!cancel && !confirm && !pause && world.isEmpty())