mirror of
https://github.com/MalboroDEV/PermaProps.git
synced 2025-03-04 03:13:21 -05:00
Typo!
This commit is contained in:
parent
9eb94ab9c7
commit
3a2693ee1d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user