From aac110bad83275369e19ca47080682930956fcc6 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Wed, 18 Nov 2020 14:52:43 +0100 Subject: [PATCH] Hotfix schempasting Signed-off-by: Lixfel --- FightSystem_Main/src/de/steamwar/fightsystem/commands/GUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FightSystem_Main/src/de/steamwar/fightsystem/commands/GUI.java b/FightSystem_Main/src/de/steamwar/fightsystem/commands/GUI.java index fe567c3..5f74b53 100644 --- a/FightSystem_Main/src/de/steamwar/fightsystem/commands/GUI.java +++ b/FightSystem_Main/src/de/steamwar/fightsystem/commands/GUI.java @@ -153,7 +153,7 @@ public class GUI { FightTeam fightTeam = Fight.getPlayerTeam(p); if(fightTeam == null) return; - if(FightSystem.getFightState() != FightState.POST_SCHEM_SETUP) + if(Config.test() || FightSystem.getFightState() != FightState.POST_SCHEM_SETUP) fightTeam.setSchematic(s); p.closeInventory(); });