Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
84a0187b45
Commit
633965fcd5
@ -34,7 +34,7 @@ public class LiveRecorder extends StateDependent implements Recorder {
|
||||
private Socket socket;
|
||||
|
||||
public LiveRecorder(){
|
||||
super(Config.LiveReplay, FightState.All);
|
||||
super(Config.LiveReplay, FightState.AntiSpectate);
|
||||
register();
|
||||
}
|
||||
|
||||
|
@ -480,8 +480,8 @@ public class PacketProcessor {
|
||||
freezer.disable();
|
||||
if(!Config.replayserver()) {
|
||||
FightSystem.getMessage().broadcast("REPLAY_ENDS");
|
||||
FightState.setFightState(FightState.SPECTATE);
|
||||
}
|
||||
FightState.setFightState(FightState.SPECTATE);
|
||||
currentProcessor = null;
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren