From f9b677a0ce4a57ab56a8c14ab53600857d86d6c9 Mon Sep 17 00:00:00 2001 From: oof2win2 Date: Thu, 7 Sep 2023 21:39:43 +0200 Subject: [PATCH] fix(lint): lint errors --- modules/factorio-control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/factorio-control.lua b/modules/factorio-control.lua index 787a05e6..66a3b541 100644 --- a/modules/factorio-control.lua +++ b/modules/factorio-control.lua @@ -112,7 +112,7 @@ remote.add_interface("freeplay", get_ship_items = function() return {} end, - set_ship_items = function(tbl) + set_ship_items = function() return end, get_debris_items = function ()