Add a null check

This commit is contained in:
Sinai 2022-04-24 18:16:13 +10:00
parent 6f44a3376b
commit af7e32ec49

View File

@ -55,7 +55,7 @@ namespace UnityExplorer.Config
InternalHandler.LoadConfig(); InternalHandler.LoadConfig();
#if STANDALONE #if STANDALONE
Loader.Standalone.ExplorerEditorBehaviour.Instance.LoadConfigs(); Loader.Standalone.ExplorerEditorBehaviour.Instance?.LoadConfigs();
#endif #endif
//InitConsoleCallback(); //InitConsoleCallback();