1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-11-06 09:09:26 +02:00

Fixed formatting

This commit is contained in:
Valansch
2018-08-15 14:24:46 +02:00
committed by GitHub
parent ccd66096db
commit 9923d95740

View File

@@ -698,8 +698,8 @@ commands.add_command('a', 'Admin chat. Messages all other admins (Admins only)',
local Report = require('report')
commands.add_command('showreports', 'Shows user reports (Admins only)',
function(event)
if game.player and game.player.admin then
function(event)
if game.player and game.player.admin then
Report.show_reports(game.players[event.player_index])
end
end