SteamWar/FightSystem
Archiviert
13
1

Hotfix teamleave

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2020-12-13 15:02:48 +01:00
Ursprung 9e4e4ee4f8
Commit a2fa01db7a

Datei anzeigen

@ -413,6 +413,6 @@ public class Config {
return CheckSchemID != 0;
}
public static boolean recording(){
return event();
return event() && SpectateSystem;
}
}