Merge branch 'master' of github.com:TShock/TShock
This commit is contained in:
commit
6c9d9873f0
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ namespace TShockAPI
|
||||||
int i = e.Msg.whoAmI;
|
int i = e.Msg.whoAmI;
|
||||||
if (ConfigurationManager.banBoom)
|
if (ConfigurationManager.banBoom)
|
||||||
FileTools.WriteGrief((int)i);
|
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 " +
|
Tools.Broadcast(Main.player[i].name + " was " +
|
||||||
(ConfigurationManager.banBoom ? "banned" : "kicked") +
|
(ConfigurationManager.banBoom ? "banned" : "kicked") +
|
||||||
" for throwing an explosive device.");
|
" for throwing an explosive device.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue