Merge pull request #82 from klen-list/patch-1

This commit is contained in:
James Ross 2022-08-08 19:33:29 +01:00 committed by GitHub
commit f75c09604f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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