mirror of
https://github.com/Cherry/3D2D-Textscreens.git
synced 2025-03-04 03:13:15 -05:00
Fix unknown command spam in server console
This commit is contained in:
parent
5e462000f4
commit
548c85785e
@ -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