Skip to content

Commit d5c89e8

Browse files
kirre-bylundkristijan-ujevic
authored andcommitted
Fix bug that caused any pre-configured domain key to be used over the samples one
1 parent ab2d0be commit d5c89e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/Resources/LootLockerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static bool CreateNewSettings(string apiKey, string gameVersion, string d
9393
_current.currentDebugLevel = debugLevel;
9494
_current.allowTokenRefresh = allowTokenRefresh;
9595
_current.domainKey = domainKey;
96-
96+
_current.ConstructUrls();
9797
return true;
9898
}
9999

0 commit comments

Comments
 (0)