Compare commits
2 Commits
160a085157
...
6ed3e101d9
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ed3e101d9 | |||
| e546722a65 |
@ -4,7 +4,7 @@
|
||||
<PackageId>SoulstormReplayReader.Core</PackageId>
|
||||
<Authors>Bununic</Authors>
|
||||
<Company>Dowonline</Company>
|
||||
<Version>1.0.6.1</Version>
|
||||
<Version>1.0.6.2</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@ -384,7 +384,7 @@ public sealed class SsReplayReader(Stream stream) : IDisposable
|
||||
return;
|
||||
}
|
||||
|
||||
if (!Replay.GameSettings.IsQuickStart && !Replay.GameSettings.AreCheatsOn && CheckForBugs)
|
||||
if (CheckForBugs)
|
||||
AttachBugCheckers();
|
||||
|
||||
Replay.Actions = new List<IGameAction>(Replay.TotalTicks / 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user