Skip to content

Commit 1237566

Browse files
comment
1 parent a9301c6 commit 1237566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[gameplay]/playercolors/playercolors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ addEventHandler('onPlayerChat', root,
3939
function(msg, type)
4040
if type == 0 then
4141
if freeroamRunning then
42-
return -- No effect, let freeroam handle chat
42+
return -- Let freeroam handle chat
4343
end
4444
cancelEvent()
4545
local r, g, b = getPlayerColor(source)

0 commit comments

Comments
 (0)