Grammar
This commit is contained in:
parent
03927f7d72
commit
ff30767c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue