F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
38 stars 22 forks source link

Weld Tool assumes outlines are available for highlighting in plugin mode #106

Closed GigsD4X closed 7 years ago

GigsD4X commented 7 years ago

The Weld Tool, assuming that selection outlines exist for the selection, issues a non-fatal error in plugin mode when it attempts to highlight the currently focused part.

Fixing this is as simple as only attempting to manipulate outlines if BT is in "Tool" mode (Core.Mode == 'Tool', change should be in EnableFocusHighlighting() in Tools/Weld.lua).

GigsD4X commented 7 years ago

Fixed in 4818baee6e9bb3bc42b56fbac90b193b0b1616e1