Maybe a fix

This commit is contained in:
Malboro 2019-07-02 01:48:47 +02:00
parent b75b09f745
commit 7d82f7a1d0

View File

@ -71,3 +71,6 @@ local function PermaPropsProperty( ply, property, ent )
end
hook.Add( "CanProperty", "PermaPropsProperty", PermaPropsProperty)
timer.Simple(5, function() hook.Remove("CanTool", "textScreensPreventTools") end) -- Fuck OFF
timer.Simple(5, function() hook.Remove("CanTool", "textscreenpreventtools") end)