mirror of
https://github.com/MalboroDEV/PermaProps.git
synced 2025-03-04 03:13:21 -05:00
Update sv_lib.lua
This commit is contained in:
parent
3810d8833a
commit
b405d80c9c
@ -192,7 +192,7 @@ function PermaProps.PPEntityFromTable( data, id )
|
||||
// For all idiots who don't know how to config FPP, FUCK YOU
|
||||
function ent:CanTool( ply, trace, tool )
|
||||
|
||||
if trace && IsValid(trace.Entity) and trace.Entity.PermaProps then
|
||||
if trace and IsValid(trace.Entity) and trace.Entity.PermaProps then
|
||||
|
||||
if tool == "permaprops" then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user