Document internal mass wire op in Bouncer
This commit is contained in:
parent
681f2a2432
commit
64facfc10c
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ namespace TShockAPI
|
|||
GetDataHandlers.TileEdit.Register(OnTileEdit);
|
||||
}
|
||||
|
||||
/// <summary>Handles validation of of basic anti-cheat on mass wire operations.</summary>
|
||||
/// <param name="sender">The object that triggered the event.</param>
|
||||
/// <param name="args">The packet arguments that the event has.</param>
|
||||
internal void OnMassWireOperation(object sender, GetDataHandlers.MassWireOperationEventArgs args)
|
||||
{
|
||||
short startX = args.StartX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue