diff options
Diffstat (limited to 'src/main/java/cat/freya/khs/command/Reload.java')
-rw-r--r-- | src/main/java/cat/freya/khs/command/Reload.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cat/freya/khs/command/Reload.java b/src/main/java/cat/freya/khs/command/Reload.java index 767d2c5..036b5aa 100644 --- a/src/main/java/cat/freya/khs/command/Reload.java +++ b/src/main/java/cat/freya/khs/command/Reload.java @@ -16,7 +16,7 @@ import static cat.freya.khs.configuration.Localization.message; public class Reload implements ICommand { public void execute(Player sender, String[] args) { - + if (Main.getInstance().getGame().getStatus() != Status.STANDBY) { sender.sendMessage(errorPrefix + message("GAME_INPROGRESS")); return; |