Skip to content

Commit 7047d71

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Remove unnecessary awake method
1 parent 058b855 commit 7047d71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Runtime/Client/LootLockerServerApi.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ public static LootLockerServerApi GetInstance()
3333
return _instance;
3434
}
3535

36-
private void Awake()
37-
{
38-
if (_instance != null)
39-
{
40-
DontDestroyOnLoad(_instance.gameObject);
41-
}
42-
}
43-
4436
private static void DestroyInstance()
4537
{
4638
if (_instance == null) return;

0 commit comments

Comments
 (0)