diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 2a18c355..0413c00b 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -220,7 +220,7 @@ namespace TShockAPI { if (ItemManager.ItemIsBanned(Main.player[player.Index].inventory[i].name)) { - player.Disconnect("Using banned item: " + Main.player[player.Index].inventory[i].name); + player.Disconnect("Using banned item: " + Main.player[player.Index].inventory[i].name + ", remove it and rejoin"); break; } }