Skip to content

Commit

Permalink
Remove redundant override
Browse files Browse the repository at this point in the history
- Already triggers as the class is inherited
  • Loading branch information
Lacyway committed Dec 7, 2024
1 parent d65c833 commit f6cb797
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Fika.Core/Coop/Players/CoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1400,15 +1400,6 @@ public void ReceiveTraderServicesData(List<TraderServicesClass> services)
}
}

public override void OnGameSessionEnd(ExitStatus exitStatus, float pastTime, string locationId, string exitName)
{
if (AbstractQuestControllerClass is CoopClientSharedQuestController sharedController)
{
sharedController.ManageQuestStatusesForPveOfflineGameEnd();
}
base.OnGameSessionEnd(exitStatus, pastTime, locationId, exitName);
}

public Item FindQuestItem(string itemId)
{
foreach (IKillableLootItem lootItem in Singleton<GameWorld>.Instance.LootList)
Expand Down

0 comments on commit f6cb797

Please sign in to comment.