Fix mass wire operation in Bouncer

This commit is contained in:
Ziteng Wang 2017-12-25 18:17:59 +08:00
parent 0082b25533
commit 354d20bc1c

View file

@ -63,6 +63,7 @@ namespace TShockAPI
GetDataHandlers.SendTileSquare += OnSendTileSquare;
GetDataHandlers.HealOtherPlayer += OnHealOtherPlayer;
GetDataHandlers.TileEdit += OnTileEdit;
GetDataHandlers.MassWireOperation += OnMassWireOperation;
}
internal void OnGetSection(object sender, GetDataHandlers.GetSectionEventArgs args)