diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 17bd69ef..6e9bdbf1 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -54,6 +54,9 @@ namespace TShockAPI GetDataHandlers.TileEdit.Register(OnTileEdit); } + /// The place chest event that Bouncer hooks to prevent accidental damage. + /// The object that triggered the event. + /// The packet arguments that the event has. internal void OnPlaceChest(object sender, GetDataHandlers.PlaceChestEventArgs args) { int tileX = args.TileX;