From ed9cb765b99ea4175e69d36362486e6d2e8dc186 Mon Sep 17 00:00:00 2001 From: oof2win2 Date: Tue, 20 Sep 2022 11:58:28 +0200 Subject: [PATCH] fix(fagc): luacheck compliance --- modules/addons/fagc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/addons/fagc.lua b/modules/addons/fagc.lua index e3e5e709..ddf10485 100644 --- a/modules/addons/fagc.lua +++ b/modules/addons/fagc.lua @@ -4,7 +4,7 @@ local Event = require 'utils.event' --- @dep utils.event -- Clear the file on startup to minimize its size -Event.on_init(function(e) +Event.on_init(function() game.write_file("fagc-actions.txt", "", false, 0) end)