Merge pull request #89 from Cherry/fix/update-typo

This commit is contained in:
James Ross 2023-04-01 21:56:16 +01:00 committed by GitHub
commit 51dd0b1cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ if SERVER then
--local rainbow_enabled = cvars.Number('ss_enable_rainbow', 1)
local version = "1.20.0"
local version = "1.20.1"
local function GetOS()
if system.IsLinux() then return "linux" end

View File

@ -106,7 +106,7 @@ function TOOL:RightClick(tr)
if (CLIENT) then return true end
local traceEnt = tr.Entity
if (IsValid(TraceEnt) and traceEnt:GetClass() == "sammyservers_textscreen") then
if (IsValid(traceEnt) and traceEnt:GetClass() == "sammyservers_textscreen") then
for i = 1, 5 do
local txt = tostring(self:GetClientInfo("text" .. i))
traceEnt:SetLine(