From f81debe879b7e38115b76481148df3f07654f470 Mon Sep 17 00:00:00 2001 From: xuyuwtu <3082068984@qq.com> Date: Wed, 28 Jan 2026 22:08:52 +0800 Subject: [PATCH] kick Added buff msg add Type --- TShockAPI/Bouncer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 7e231dcd..6f5a538f 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -2126,7 +2126,7 @@ namespace TShockAPI if (detectedNPCBuffTimeCheat) { TShock.Log.ConsoleDebug(GetString("Bouncer / OnNPCAddBuff rejected abnormal buff ({0}, last for {4}) added to {1} ({2}) from {3}.", type, npc.TypeName, npc.type, args.Player.Name, time)); - args.Player.Kick(GetString($"Added buff to {npc.TypeName} NPC abnormally."), true); + args.Player.Kick($"Added buff {type} to {npc.TypeName} NPC abnormally.", true); args.Handled = true; } }