mirror of
https://github.com/Aaron113/urs.git
synced 2025-03-04 03:13:11 -05:00
AdvDupe2 fix
This commit is contained in:
parent
9808458332
commit
d3068915ec
@ -111,7 +111,7 @@ timer.Simple(0.1, function()
|
||||
-- Advanced Duplicator 2 (http://facepunch.com/showthread.php?t=1136597)
|
||||
if AdvDupe2 then
|
||||
hook.Add("PlayerSpawnEntity", "URSCheckRestrictedEntity", function(ply, EntTable)
|
||||
if URSCheck(ply, "advdupe", EntTable.Class) == false or URS.Check(ply, "advdupe", EntTable.Model) == false then
|
||||
if URS.Check(ply, "advdupe", EntTable.Class) == false or URS.Check(ply, "advdupe", EntTable.Model) == false then
|
||||
return false
|
||||
end
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user