Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Jul 4, 2024
1 parent 5b340a3 commit f25498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PalCalc.SaveReader/SaveFile/PlayersSaveFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public PlayersSaveFile(string filePath) : base(filePath)
public PlayerMeta ReadPlayerContent()
{
var dataVisitor = new ValueCollectingVisitor(".SaveData", K_PLAYER_UID, K_INSTANCE_ID, K_PARTY_CONTAINER_ID, K_PALBOX_CONTAINER_ID);
var gvas = ParseGvas(dataVisitor);
ParseGvas(dataVisitor);

return new PlayerMeta
{
Expand Down

0 comments on commit f25498b

Please sign in to comment.