Skip to content

Commit ca2c5cb

Browse files
committed
general improvements
1 parent 1762c72 commit ca2c5cb

File tree

2 files changed

+954
-91
lines changed

2 files changed

+954
-91
lines changed

Runtime/Client/LootLockerBaseServerAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ IEnumerator coroutine()
159159
&& tries < maxRetry)
160160
{
161161
tries++;
162-
LootLockerSDKManager.DebugMessage("Refreshing Token, Since we could not find out. If you do not want this please turn off in the lootlocker config settings");
162+
LootLockerSDKManager.DebugMessage("Refreshing Token, Since we could not find one. If you do not want this please turn off in the lootlocker config settings");
163163
RefreshTokenAndCompleteCall(request,(value)=> { tries = 0; OnServerResponse?.Invoke(value); });
164164
}
165165
else

0 commit comments

Comments
 (0)