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:
parent
dd7def783b
commit
b7a83be250
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user