Fix lua error

This commit is contained in:
Garrett Brown 2019-11-18 23:04:47 -05:00
parent 886ea30476
commit c304a57d10

View File

@ -334,7 +334,8 @@ if(SERVER)then
function TOOL:Deploy()
local ply = self:GetOwner()
if(not ply.AdvDupe2.Entities)then return end
if not ply.AdvDupe2 then ply.AdvDupe2 = {} end
if not ply.AdvDupe2.Entities then return end
umsg.Start("AdvDupe2_StartGhosting", ply)
umsg.End()