We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc2b59 commit bf17748Copy full SHA for bf17748
[managers]/chatmanager/chatmanager_server.lua
@@ -21,7 +21,7 @@ function chatHandler(msg, type)
21
end
22
if isElement(source) then
23
local r, g, b = 255, 255, 255
24
- if get("*nameColorMode") == "nametag" then
+ if get("*nameColorMode") == "nametag" then
25
r, g, b = getPlayerNametagColor(source)
26
elseif get("*nameColorMode") == "team" then
27
local team = getPlayerTeam(source)
0 commit comments