Fix older replays

This commit is contained in:
2025-07-13 17:54:28 +02:00
parent e9d107f0ed
commit b9b541957b
@@ -35,6 +35,7 @@ public class RandomSeed {
public RandomSeed() {
new OneShotStateDependent(ArenaMode.AntiReplay, FightState.PreSchemSetup, () -> {
initialized = true;
this.seed = System.nanoTime();
GlobalRecorder.getInstance().seed(seed);
});