mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
fix extra tags
This commit is contained in:
parent
2bb0f409e4
commit
be4f1be47b
@ -1,5 +1,5 @@
|
||||
local chathud = EasyChat.ChatHUD
|
||||
local compile_expression = CLIENT and EasyChat.Expressions.Compile and function() return false end
|
||||
local compile_expression = CLIENT and EasyChat.Expressions.Compile or function() return false end
|
||||
local pcall = _G.pcall
|
||||
|
||||
local surface_SetDrawColor = CLIENT and surface.SetDrawColor
|
||||
|
Loading…
Reference in New Issue
Block a user