Merge pull request #21 from tomekb530/patch-1

FIX
This commit is contained in:
Malboro 2019-07-01 17:02:58 +02:00 committed by GitHub
commit b75b09f745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ local function PermaPropsTool( ply, tr, tool )
end
if trace.Entity:GetClass() == "sammyservers_textscreen" and tool == "permaprops" then -- Let people use PermaProps on textscreen
if tr.Entity:GetClass() == "sammyservers_textscreen" and tool == "permaprops" then -- Let people use PermaProps on textscreen
return true
@ -70,4 +70,4 @@ local function PermaPropsProperty( ply, property, ent )
end
end
hook.Add( "CanProperty", "PermaPropsProperty", PermaPropsProperty)
hook.Add( "CanProperty", "PermaPropsProperty", PermaPropsProperty)