remove mod name from log message, it is redundant...

This commit is contained in:
2026-06-03 19:06:45 +02:00
parent 1aaea585be
commit 841644741b
+1 -1
View File
@@ -14,7 +14,7 @@ public class CommandHookModSystem : ModSystem
public override void StartServerSide(ICoreServerAPI api) public override void StartServerSide(ICoreServerAPI api)
{ {
Mod.Logger.Notification("[CommandHook] Loaded"); Mod.Logger.Notification("Loaded");
api.Event.PlayerChat += OnPlayerChat; api.Event.PlayerChat += OnPlayerChat;
} }