mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
fix a typo
This commit is contained in:
parent
1c691962f5
commit
e6bbe8570d
@ -1400,7 +1400,7 @@ function chathud:AddText(...)
|
||||
self:InsertColorChange(team_col.r, team_col.g, team_col.b)
|
||||
|
||||
if EC_PLAYER_PASTEL:GetBool() then
|
||||
local nick = ply:Nick()
|
||||
local nick = arg:Nick()
|
||||
local pastel_col = EasyChat.PastelizeNick(nick)
|
||||
self:InsertColorChange(pastel_col.r, pastel_col.g, pastel_col.b)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user