mirror of
https://github.com/Brettflan/WorldBorder.git
synced 2024-12-01 14:33:32 +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];
|
pad = split[2];
|
||||||
|
|
||||||
String world = "";
|
String world = "";
|
||||||
if (player != null)
|
if (player != null && !cancel && !confirm && !pause)
|
||||||
world = player.getWorld().getName();
|
world = player.getWorld().getName();
|
||||||
|
|
||||||
if (!cancel && !confirm && !pause && world.isEmpty())
|
if (!cancel && !confirm && !pause && world.isEmpty())
|
||||||
|
Loading…
Reference in New Issue
Block a user