1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00
This commit is contained in:
Earu 2019-12-26 19:00:15 +01:00
parent b9f8a7eef1
commit 608e72f09f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ lua/easychat/modules/.DS_Store
lua/easychat/.DS_Store lua/easychat/.DS_Store
lua/.DS_Store lua/.DS_Store
.DS_Store .DS_Store
.gma

View File

@ -709,7 +709,7 @@ function chathud:CreateDrawContext()
return table_copy(draw_context) return table_copy(draw_context)
end end
chathud.DrawContext = self:CreateDrawContext() chathud.DrawContext = chathud:CreateDrawContext()
function chathud:Draw() function chathud:Draw()
--if hook_run("HUDShouldDraw", "CHudChat") == false then return end --if hook_run("HUDShouldDraw", "CHudChat") == false then return end