We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058b855 commit 7047d71Copy full SHA for 7047d71
Runtime/Client/LootLockerServerApi.cs
@@ -33,14 +33,6 @@ public static LootLockerServerApi GetInstance()
33
return _instance;
34
}
35
36
- private void Awake()
37
- {
38
- if (_instance != null)
39
40
- DontDestroyOnLoad(_instance.gameObject);
41
- }
42
43
-
44
private static void DestroyInstance()
45
{
46
if (_instance == null) return;
0 commit comments