mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Fix lua error
This commit is contained in:
parent
886ea30476
commit
c304a57d10
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user