Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 15, 2025
1 parent 93b139f commit 2a5b7e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2634,12 +2634,6 @@ public void ExitOverride()
}
}

public new void method_7(string backendUrl, string locationId, int variantId)
{
Logger.LogDebug("method_7");
return;
}

public byte[] GetHostLootItems()
{
if (HostLootItems == null || HostLootItems.Length == 0)
Expand Down

0 comments on commit 2a5b7e2

Please sign in to comment.