diff --git a/FightSystem_Main/src/de/steamwar/fightsystem/FightSystem.java b/FightSystem_Main/src/de/steamwar/fightsystem/FightSystem.java index 57e904f..4c7e65f 100644 --- a/FightSystem_Main/src/de/steamwar/fightsystem/FightSystem.java +++ b/FightSystem_Main/src/de/steamwar/fightsystem/FightSystem.java @@ -305,6 +305,7 @@ public class FightSystem extends JavaPlugin { feature.getKey().stateChange(fightState); } + //Disable feature if should be disabled and currently enabled if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){ feature.getKey().disable();