mirror of
https://github.com/Cherry/3D2D-Textscreens.git
synced 2025-03-04 03:13:15 -05:00
Merge pull request #89 from Cherry/fix/update-typo
This commit is contained in:
commit
51dd0b1cca
@ -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
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user