Skip to content

Commit ccd4134

Browse files
AlmightyMikkelkirre-bylund
authored andcommitted
fix: changed LootLockerLeaderboardRewardPredicates to array
When Leaderboard Details first was introduced, I had missed that reward predicates are an array object, this commit will correct this mistake.
1 parent 82e4000 commit ccd4134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/LeaderboardDetailsRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public class LootLockerLeaderboardReward
266266
/// <summary>
267267
/// The Predicates of the reward.
268268
/// </summary>
269-
public LootLockerLeaderboardRewardPredicates predicates { get; set; }
269+
public LootLockerLeaderboardRewardPredicates[] predicates { get; set; }
270270
/// <summary>
271271
/// The currency reward, will be null if the reward is of another type.
272272
/// </summary>

0 commit comments

Comments
 (0)