Merge branch 'master' of github.com:TShock/TShock

This commit is contained in:
high 2011-06-05 17:53:28 -04:00
commit 6c9d9873f0

View file

@ -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.");