Compare commits

..

No commits in common. "6ed3e101d92451e7da7e31046a1a4ca7d60baac9" and "160a0851573b3b4e51639d6b0f267c4865b02149" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<PackageId>SoulstormReplayReader.Core</PackageId> <PackageId>SoulstormReplayReader.Core</PackageId>
<Authors>Bununic</Authors> <Authors>Bununic</Authors>
<Company>Dowonline</Company> <Company>Dowonline</Company>
<Version>1.0.6.2</Version> <Version>1.0.6.1</Version>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>

View File

@ -384,7 +384,7 @@ public sealed class SsReplayReader(Stream stream) : IDisposable
return; return;
} }
if (CheckForBugs) if (!Replay.GameSettings.IsQuickStart && !Replay.GameSettings.AreCheatsOn && CheckForBugs)
AttachBugCheckers(); AttachBugCheckers();
Replay.Actions = new List<IGameAction>(Replay.TotalTicks / 2); Replay.Actions = new List<IGameAction>(Replay.TotalTicks / 2);