Skip to content

Commit 852cb22

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Fixed typo in variable
1 parent f1ba5c0 commit 852cb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ public static void GetOtherPlayersCharacterLoadout(string player_id, Platforms p
25172517
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerClassLoadoutResponse</param>
25182518
public static void GetOtherPlayersClassLoadout(string playerID, Action<LootLockerClassLoadoutResponse> onComplete)
25192519
{
2520-
GetOtherPlayersClassLoadout(player_id, CurrentPlatform.Get(), onComplete);
2520+
GetOtherPlayersClassLoadout(playerID, CurrentPlatform.Get(), onComplete);
25212521
}
25222522

25232523
/// <summary>

0 commit comments

Comments
 (0)