Debug messages, reduce triple end to double end
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
a3e32ca3ab
Commit
159267935c
@ -72,6 +72,7 @@ public class LeaveableArena implements Listener {
|
||||
|
||||
boolean inArena = Config.ArenaRegion.in2dRegion(event.getTo());
|
||||
boolean spectator = spectatorsInArena.containsKey(player);
|
||||
System.out.println(inArena + " " + spectator);
|
||||
|
||||
if(inArena && !spectator) {
|
||||
markInArena(player);
|
||||
|
@ -478,8 +478,10 @@ public class PacketProcessor {
|
||||
private void endReplay() {
|
||||
REntity.dieAll();
|
||||
freezer.disable();
|
||||
if(!Config.replayserver()) {
|
||||
FightSystem.getMessage().broadcast("REPLAY_ENDS");
|
||||
FightState.setFightState(FightState.SPECTATE);
|
||||
}
|
||||
currentProcessor = null;
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren