1
0
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:
Earu 2021-12-10 12:18:38 +01:00
parent 2bb0f409e4
commit be4f1be47b

View File

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