Trigger recompile
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
84f23f47c2
Commit
92a3eaefb9
@ -305,6 +305,7 @@ public class FightSystem extends JavaPlugin {
|
|||||||
feature.getKey().stateChange(fightState);
|
feature.getKey().stateChange(fightState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//Disable feature if should be disabled and currently enabled
|
//Disable feature if should be disabled and currently enabled
|
||||||
if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){
|
if(!feature.getKey().enabled().contains(fightState) && feature.getValue()){
|
||||||
feature.getKey().disable();
|
feature.getKey().disable();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren