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 a9301c6 commit 1237566Copy full SHA for 1237566
[gameplay]/playercolors/playercolors.lua
@@ -39,7 +39,7 @@ addEventHandler('onPlayerChat', root,
39
function(msg, type)
40
if type == 0 then
41
if freeroamRunning then
42
- return -- No effect, let freeroam handle chat
+ return -- Let freeroam handle chat
43
end
44
cancelEvent()
45
local r, g, b = getPlayerColor(source)
0 commit comments