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

Commit fdefc3d

Browse files
committed
Include runtime context in "initialized" log.
1 parent 64193ff commit fdefc3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ExplorerCore.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public static void Init(IExplorerLoader loader)
4646
ConfigManager.Init(Loader.ConfigHandler);
4747
UERuntimeHelper.Init();
4848
ExplorerBehaviour.Setup();
49+
UnityCrashPrevention.Init();
4950

5051
UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new()
5152
{
@@ -68,7 +69,7 @@ private static void LateInit()
6869

6970
UIManager.InitUI();
7071

71-
Log($"{NAME} {VERSION} initialized.");
72+
Log($"{NAME} {VERSION} initialized for {UniverseLib.Universe.Context}.");
7273

7374
//InspectorManager.Inspect(typeof(Tests.TestClass));
7475
}

0 commit comments

Comments
 (0)