From 354d20bc1caf076ca8e6c4495669405a0ef274d8 Mon Sep 17 00:00:00 2001 From: Ziteng Wang Date: Mon, 25 Dec 2017 18:17:59 +0800 Subject: [PATCH] Fix mass wire operation in Bouncer --- TShockAPI/Bouncer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 40e2c355..d17c6e0f 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -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)