Update Config
Dieser Commit ist enthalten in:
Ursprung
ba7baf4dea
Commit
ad02b84a8b
@ -51,8 +51,8 @@ public class Config {
|
||||
|
||||
public static final double MissileChance;
|
||||
|
||||
public static final UUID BlueLeader;
|
||||
public static final UUID RedLeader;
|
||||
public static UUID BlueLeader;
|
||||
public static UUID RedLeader;
|
||||
|
||||
private static final int EventKampfID;
|
||||
|
||||
|
@ -93,6 +93,9 @@ public class MissileWars extends JavaPlugin {
|
||||
fightState = FightState.WAITING;
|
||||
StateDependent.setupState(fightState);
|
||||
|
||||
Config.RedLeader = null;
|
||||
Config.BlueLeader = null;
|
||||
|
||||
redTeam.reset();
|
||||
blueTeam.reset();
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren