diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0e9de930..36949739 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -327,7 +327,7 @@ namespace TShockAPI int i = e.Msg.whoAmI; if (ConfigurationManager.banBoom) FileTools.WriteGrief((int)i); - Tools.Kick((int)i, "Explosives was thrown."); + Tools.Kick((int)i, "Explosives were thrown."); Tools.Broadcast(Main.player[i].name + " was " + (ConfigurationManager.banBoom ? "banned" : "kicked") + " for throwing an explosive device.");