Deleted not needed check
This commit is contained in:
parent
160a085157
commit
e546722a65
@ -384,7 +384,7 @@ public sealed class SsReplayReader(Stream stream) : IDisposable
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Replay.GameSettings.IsQuickStart && !Replay.GameSettings.AreCheatsOn && CheckForBugs)
|
if (CheckForBugs)
|
||||||
AttachBugCheckers();
|
AttachBugCheckers();
|
||||||
|
|
||||||
Replay.Actions = new List<IGameAction>(Replay.TotalTicks / 2);
|
Replay.Actions = new List<IGameAction>(Replay.TotalTicks / 2);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user