Skip to content

Commit

Permalink
Fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed May 10, 2024
1 parent c272fbf commit d052ffa
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 @@ -1077,7 +1077,7 @@ public virtual void HandleInventoryPacket(in InventoryPacket packet)
{
callback(new Result<EOperationStatus>(EOperationStatus.Failed)
{
Error = result.Error.ToString(),
Error = result.Error.ToString()
});
}
}
Expand Down

0 comments on commit d052ffa

Please sign in to comment.