mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
fix(fagc): luacheck compliance
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
local Event = require 'utils.event' --- @dep utils.event
|
local Event = require 'utils.event' --- @dep utils.event
|
||||||
|
|
||||||
-- Clear the file on startup to minimize its size
|
-- 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)
|
game.write_file("fagc-actions.txt", "", false, 0)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user