Restore expression2 ghost functionality

Commit ec99005dd4 accidentally prevent the
E2 tool from showing ghosts.
This commit is contained in:
AbigailBuccaneer 2021-07-17 15:09:26 +01:00
parent 01c36ae2aa
commit 966b1e4dc9
No known key found for this signature in database
GPG Key ID: 369C81F39EE064CE

View File

@ -157,6 +157,7 @@ if SERVER then
util.AddNetworkString("WireExpression2_OpenEditor")
function TOOL:Think()
WireToolObj.Think(self)
--[[
I had to replace TOOL:RightClick with TOOL:Think as prop protection was preventing
the view requests system from functioning as intended