1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

okay lets not do that actuall

This commit is contained in:
Earu 2022-06-30 14:22:49 +02:00
parent 75379e43ef
commit e7775be0e0

View File

@ -137,15 +137,7 @@ function EasyChat.GetProperNick(ply)
return mk and mk:GetText() or ply_nick
end
-- little hack to ensure we're always on top
PLY.Nick = EasyChat.GetProperNick
timer.Create("ec_fix_nick_override", 1, 0, function()
if PLY.Nick ~= EasyChat.GetProperNick then
EasyChat.NativeNick = PLY.Nick
PLY.Nick = EasyChat.GetProperNick
end
end)
PLY.Name = PLY.Nick
PLY.GetName = PLY.Nick
PLY.GetNick = PLY.Nick