Needs to return true when tile explosives are detected
This commit is contained in:
parent
ed6aa9c07b
commit
2c50598ac9
1 changed files with 1 additions and 0 deletions
|
|
@ -561,6 +561,7 @@ namespace TShockAPI
|
|||
args.Player.SendTileSquare(x, y);
|
||||
args.Player.SendMessage("Explosives are disabled!", Color.Red);
|
||||
args.Player.LastExplosive = DateTime.UtcNow;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
return TShock.Utils.HandleExplosivesUser(args.Player, TShock.Config.ExplosiveAbuseReason);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue