File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protected override void RefreshTokenAndCompleteCall(LootLockerServerRequest cach
29
29
30
30
if ( platform == Platforms . Steam )
31
31
{
32
- LootLockerSDKManager . DebugMessage ( "Token has expired, And token refresh is not supported in Steam calls " , true ) ;
32
+ LootLockerSDKManager . DebugMessage ( "Token has expired and token refresh is not supported for Steam" , true ) ;
33
33
LootLockerResponse res = new LootLockerResponse ( ) ;
34
34
res . statusCode = 401 ;
35
35
res . Error = "Token Expired" ;
@@ -40,7 +40,7 @@ protected override void RefreshTokenAndCompleteCall(LootLockerServerRequest cach
40
40
41
41
if ( platform == Platforms . NintendoSwitch )
42
42
{
43
- LootLockerSDKManager . DebugMessage ( "Token has expired, And token refresh is not supported in Nintendo calls " , true ) ;
43
+ LootLockerSDKManager . DebugMessage ( "Token has expired and token refresh is not supported for Nintendo Switch " , true ) ;
44
44
LootLockerResponse res = new LootLockerResponse ( ) ;
45
45
res . statusCode = 401 ;
46
46
res . Error = "Token Expired" ;
You can’t perform that action at this time.
0 commit comments