Add always Event recording
Add live playback with option
Dieser Commit ist enthalten in:
Ursprung
da217118cf
Commit
f0b181bad5
@ -418,6 +418,6 @@ public class Config {
|
||||
return CheckSchemID != 0;
|
||||
}
|
||||
public static boolean recording(){
|
||||
return event() && SpectateSystem;
|
||||
return event();
|
||||
}
|
||||
}
|
||||
|
@ -45,7 +45,8 @@ public class RecordSystem {
|
||||
return;
|
||||
|
||||
Bukkit.getScheduler().runTaskTimer(FightSystem.getPlugin(), RecordSystem::checkWorldState, 1, 1);
|
||||
new SpectateConnection();
|
||||
if (Config.SpectateSystem)
|
||||
new SpectateConnection();
|
||||
new FileRecorder();
|
||||
if(Config.event())
|
||||
teamIds(Config.EventTeamBlueID, Config.EventTeamRedID);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren