mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2024-11-25 11:35:38 +01:00
Missed in earlier commit: same goes for Trim command
This commit is contained in:
parent
2407a7ef84
commit
65f9b9354e
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user