From ff30767c0c73678b6d0677900d704e57ab8105bf Mon Sep 17 00:00:00 2001 From: Maverick Motherfucker Date: Sun, 5 Jun 2011 14:45:24 -0700 Subject: [PATCH] Grammar --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 1c12cda2..1026a123 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -335,7 +335,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.");