remove mod name from log message, it is redundant...
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user