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

Added Reported by to /report

This commit is contained in:
Valansch 2018-08-11 13:54:43 +02:00 committed by GitHub
parent dd7def783b
commit b7a83be250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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