Skip to content

Commit

Permalink
Added godball class name casing variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbott committed Jul 7, 2020
1 parent a3b24ab commit 8aacfd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions RocketLeagueReplayParser/NetworkStream/ActorState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public static ClassNetCache ObjectNameToClassNetCache(string objectName, IDictio
case "GameInfo_Items.GameInfo.GameInfo_Items:GameReplicationInfoArchetype":
case "GameInfo_Breakout.GameInfo.GameInfo_Breakout:GameReplicationInfoArchetype":
case "gameinfo_godball.GameInfo.gameinfo_godball:GameReplicationInfoArchetype":
case "GameInfo_GodBall.GameInfo.GameInfo_GodBall:GameReplicationInfoArchetype":
return classNetCacheByName["TAGame.GRI_TA"];
case "ProjectX.Default__NetModeReplicator_X":
return classNetCacheByName["ProjectX.NetModeReplicator_X"];
Expand Down Expand Up @@ -154,6 +155,7 @@ public static ClassNetCache ObjectNameToClassNetCache(string objectName, IDictio
case "Archetypes.SpecialPickups.SpecialPickup_Rugby":
return classNetCacheByName["TAGame.SpecialPickup_Rugby_TA"];
case "gameinfo_godball.GameInfo.gameinfo_godball:Archetype":
case "GameInfo_GodBall.GameInfo.GameInfo_GodBall:Archetype":
return classNetCacheByName["TAGame.GameEvent_GodBall_TA"];
}

Expand Down
8 changes: 4 additions & 4 deletions RocketLeagueReplayParser/RocketLeagueReplayParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<Copyright>Copyright © 2015-2020</Copyright>

<!--Incrementing minor for every major patch -->
<Version>2.7.0</Version>
<FileVersion>2.7.0</FileVersion>
<PackageVersion>2.7.0</PackageVersion>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<Version>2.7.1</Version>
<FileVersion>2.7.1</FileVersion>
<PackageVersion>2.7.1</PackageVersion>
<AssemblyVersion>2.7.1.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CompareNETObjects" Version="4.52.0" />
Expand Down

0 comments on commit 8aacfd9

Please sign in to comment.