Skip to content

Commit 4a5de88

Browse files
committed
update Module loaded message
1 parent 622123c commit 4a5de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomCommands/CustomCommands.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public override void Load(bool hotReload)
4343
}
4444

4545
Logger.LogInformation(
46-
$"CustomCommands has been loaded, and the hot reload flag was {hotReload}, path is {ModulePath}");
46+
$"{ModuleName} loaded!");
4747

4848
PluginGlobals.Config = Config;
4949

0 commit comments

Comments
 (0)