Skip to content

Commit b64334f

Browse files
Add new keyword to platform field in LootLockerVerifySteamRequest
1 parent 6bab69a commit b64334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Requests/LootLockerVerifyRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public LootLockerVerifyRequest(string token)
2424

2525
public class LootLockerVerifySteamRequest : LootLockerVerifyRequest
2626
{
27-
public string platform => "Steam";
27+
public new string platform => "Steam";
2828

2929
public LootLockerVerifySteamRequest(string token) : base(token)
3030
{

0 commit comments

Comments
 (0)