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

Fixed linting errors

This commit is contained in:
SimonFlapse 2019-03-01 22:08:58 +01:00
parent 4f9d004062
commit d4f6a9c40c

View File

@ -1,6 +1,5 @@
local Event = require 'utils.event'
local Gui = require 'utils.gui'
local Game = require 'utils.game'
local Command = require 'utils.command'
local main_button_name = Gui.uid_name()
@ -181,8 +180,6 @@ Gui.on_elem_changed(
end
)
Event.add(defines.events.on_player_joined_game, player_joined)
local function rich_text_command(_, player)
local event = {player = player}
draw_rich_text(event)