1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-11 14:49:59 +02:00

Merge branch 'dev_new_commands' of https://github.com/Valansch/RedMew

This commit is contained in:
grilledham 2018-08-11 12:55:33 +01:00
commit e32eadde1e

View File

@ -657,7 +657,8 @@ local function report(cmd)
{
"User Report",
"Offender: " .. params[1],
"Message: " .. string.sub(cmd.parameter, string.len(params[1]) + 2)
"Message: " .. string.sub(cmd.parameter, string.len(params[1]) + 2),
"Reported by: " .. game.player.name
}
)
end