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

Commit 4e76eca

Browse files
committed
Use new melonloader logging method
1 parent 2f08764 commit 4e76eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Loader/MelonLoader/ExplorerMelonMod.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public class ExplorerMelonMod : MelonMod, IExplorerLoader
3131
public ConfigHandler ConfigHandler => _configHandler;
3232
public MelonLoaderConfigHandler _configHandler;
3333

34-
public Action<object> OnLogMessage => MelonLogger.Msg;
35-
public Action<object> OnLogWarning => MelonLogger.Warning;
36-
public Action<object> OnLogError => MelonLogger.Error;
34+
public Action<object> OnLogMessage => LoggerInstance.Msg;
35+
public Action<object> OnLogWarning => LoggerInstance.Warning;
36+
public Action<object> OnLogError => LoggerInstance.Error;
3737

3838
public override void OnApplicationStart()
3939
{

0 commit comments

Comments
 (0)