Merge pull request #1586 from mistzzt/fix-mass-wire
Fix mass wire operation in Bouncer
This commit is contained in:
commit
fddd7b53a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue