Skip to content

Commit bf17748

Browse files
committed
Fix trailing whitespace
1 parent 3fc2b59 commit bf17748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[managers]/chatmanager/chatmanager_server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function chatHandler(msg, type)
2121
end
2222
if isElement(source) then
2323
local r, g, b = 255, 255, 255
24-
if get("*nameColorMode") == "nametag" then
24+
if get("*nameColorMode") == "nametag" then
2525
r, g, b = getPlayerNametagColor(source)
2626
elseif get("*nameColorMode") == "team" then
2727
local team = getPlayerTeam(source)

0 commit comments

Comments
 (0)