Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit af7e32e

Browse files
committed
Add a null check
1 parent 6f44a33 commit af7e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static void Init(ConfigHandler configHandler)
5555
InternalHandler.LoadConfig();
5656

5757
#if STANDALONE
58-
Loader.Standalone.ExplorerEditorBehaviour.Instance.LoadConfigs();
58+
Loader.Standalone.ExplorerEditorBehaviour.Instance?.LoadConfigs();
5959
#endif
6060

6161
//InitConsoleCallback();

0 commit comments

Comments
 (0)