mirror of
https://github.com/Cherry/3D2D-Textscreens.git
synced 2025-03-04 03:13:15 -05:00
Merge pull request #82 from klen-list/patch-1
This commit is contained in:
commit
f75c09604f
@ -130,6 +130,7 @@ function TOOL:RightClick(tr)
|
||||
end
|
||||
|
||||
function TOOL:Reload(tr)
|
||||
if (SERVER) then return true end
|
||||
local traceEnt = tr.Entity
|
||||
if (not isentity(traceEnt) or traceEnt:GetClass() ~= "sammyservers_textscreen") then return false end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user