From 64facfc10cffe9e84f4c148fe791dd94c2b49ac9 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 15 Dec 2017 22:29:52 -0700 Subject: [PATCH] Document internal mass wire op in Bouncer --- TShockAPI/Bouncer.cs | 3 +++ 1 file changed, 3 insertions(+) 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;