Skip to content

Commit

Permalink
Added multicolour wrench to acceptable wire cutters
Browse files Browse the repository at this point in the history
  • Loading branch information
White committed May 31, 2016
1 parent 91c4eb8 commit 718128f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TShockAPI/GetDataHandlers.cs
Expand Up @@ -2088,7 +2088,8 @@ private static bool HandleTile(GetDataHandlerArgs args)
{
// If they aren't selecting the wire cutter, they're hacking.
if (selectedItem.type != ItemID.WireCutter
&& selectedItem.type != ItemID.WireKite)
&& selectedItem.type != ItemID.WireKite
&& selectedItem.type != ItemID.MulticolorWrench)
{
args.Player.SendTileSquare(tileX, tileY, 1);
return true;
Expand Down

0 comments on commit 718128f

Please sign in to comment.