Skip to content

Commit

Permalink
Merge pull request #273 from project-fika/fix-save-on-death
Browse files Browse the repository at this point in the history
Fix save on death bug
  • Loading branch information
Lacyway authored Jan 8, 2025
2 parents 9402c71 + 4ad0dbc commit 99c536c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,6 @@ public void ExitOverride()
//Most of this is from method_14, minus the saving player part.
baseLocalGame_0.gparam_0.Player.OnGameSessionEnd(exitStatus, baseLocalGame_0.PastTime, baseLocalGame_0.Location_0.Id, exitName);
baseLocalGame_0.CleanUp();
baseLocalGame_0.Dispose();

Class1492 exitCallback = new()
{
Expand Down

0 comments on commit 99c536c

Please sign in to comment.