1
0
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:
Earu 2022-09-05 03:16:25 +02:00
parent 1c691962f5
commit e6bbe8570d

View File

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