Skip to content

Commit 38000de

Browse files
kirre-bylundkristijan-ujevic
authored andcommitted
Switched out the API key to the correct one
1 parent d5c89e8 commit 38000de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples~/LootLockerExamples/Scripts/LootLockerSettingsOverrider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static class LootLockerSettingsOverrider
55
{
66
public static void OverrideSettings()
77
{
8-
LootLockerSDKManager.Init("dev_9e4bda3a853f1eb6342f1dfd289c1c9531c21998", "0.0.0.1", "2112hpxu");
8+
LootLockerSDKManager.Init("dev_3a04ddea32464ca48226eb821a99e3e4", "0.0.0.1", "2112hpxu");
99
LootLocker.LootLockerConfig.current.currentDebugLevel = LootLocker.LootLockerConfig.DebugLevel.All;
1010
}
1111
}

0 commit comments

Comments
 (0)