diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs
index f7e1628e..731abbda 100644
--- a/TShockAPI/Bouncer.cs
+++ b/TShockAPI/Bouncer.cs
@@ -60,6 +60,9 @@ namespace TShockAPI
GetDataHandlers.TileEdit.Register(OnTileEdit);
}
+ /// Handles validation of of basic anti-cheat on mass wire operations.
+ /// The object that triggered the event.
+ /// The packet arguments that the event has.
internal void OnMassWireOperation(object sender, GetDataHandlers.MassWireOperationEventArgs args)
{
short startX = args.StartX;