mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
Fix typo
This commit is contained in:
parent
a4101ea0ab
commit
49f09d0807
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ lua/easychat/modules/.DS_Store
|
||||
lua/easychat/.DS_Store
|
||||
lua/.DS_Store
|
||||
.DS_Store
|
||||
.gma
|
||||
|
@ -709,7 +709,7 @@ function chathud:CreateDrawContext()
|
||||
return table_copy(draw_context)
|
||||
end
|
||||
|
||||
chathud.DrawContext = self:CreateDrawContext()
|
||||
chathud.DrawContext = chathud:CreateDrawContext()
|
||||
|
||||
function chathud:Draw()
|
||||
--if hook_run("HUDShouldDraw", "CHudChat") == false then return end
|
||||
|
Loading…
Reference in New Issue
Block a user