Force recording saving post recording flush and close
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
8bd0d1c2a2
Commit
e468feb1fc
@ -58,7 +58,7 @@ public class FightStatistics {
|
||||
public FightStatistics() {
|
||||
new OneShotStateDependent(ArenaMode.SeriousFight, FightState.Running, this::enable);
|
||||
new OneShotStateDependent(ArenaMode.Event, FightState.Spectate, this::setEventResult);
|
||||
new OneShotStateDependent(ArenaMode.SeriousFight, FightState.Spectate, this::disable);
|
||||
new OneShotStateDependent(ArenaMode.SeriousFight, FightState.Spectate, () -> Bukkit.getScheduler().runTask(FightSystem.getPlugin(), this::disable));
|
||||
}
|
||||
|
||||
private void enable(){
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren