mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
.
This commit is contained in:
@@ -119,12 +119,10 @@ function Storage.on_init()
|
||||
end
|
||||
end
|
||||
|
||||
local events = {}
|
||||
--- @package
|
||||
Storage.events = {
|
||||
[defines.events.on_multiplayer_init] = Storage.on_init,
|
||||
[defines.events.on_singleplayer_init] = Storage.on_init,
|
||||
}
|
||||
|
||||
local Clustorio = ExpUtil.optional_require("modules/clusterio/api")
|
||||
if Clustorio then
|
||||
events[Clustorio.events.on_server_startup] = Storage.on_init
|
||||
end
|
||||
|
||||
Storage.events = events --- @package
|
||||
return Storage
|
||||
|
||||
Reference in New Issue
Block a user