Skip to content

Commit

Permalink
Merge pull request #56 from ArchangelWTF/fix/item-examination
Browse files Browse the repository at this point in the history
Allow examination of items in raid
  • Loading branch information
Lacyway authored May 23, 2024
2 parents 1e08ee1 + 7da41e9 commit d3bfeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Coop/Players/CoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static async Task<LocalPlayer> Create(int playerId, Vector3 position, Qua
player.IsYourPlayer = true;
player.NetId = netId;

CoopClientInventoryController inventoryController = new(player, profile, true);
CoopClientInventoryController inventoryController = new(player, profile, false);

ISession session = Singleton<ClientApplication<ISession>>.Instance.GetClientBackEndSession();

Expand Down

0 comments on commit d3bfeb0

Please sign in to comment.