forked from wrefgtzweve/gmod-better-dupe
Add advdupe2 check
This commit is contained in:
parent
ec34c65767
commit
53d7073d8f
@ -1,3 +1,8 @@
|
||||
if not AdvDupe2 then
|
||||
PrintMessage( 3, "Advanced duplicator 2 is not installed. Better dupe has been disabled." )
|
||||
return
|
||||
end
|
||||
|
||||
hook.Add( "PostGamemodeLoaded", "BetterDupeLoad", function()
|
||||
local duper = weapons.GetStored( "gmod_tool" )["Tool"]["duplicator"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user