mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-07 15:11:02 +02:00
fixed error on startup
This commit is contained in:
parent
ded4a5d0be
commit
a335796d19
@ -61,7 +61,7 @@ local data_set_handlers = {}
|
||||
-- function()
|
||||
-- Server.try_get_all_data('regulars', callback)
|
||||
-- end)
|
||||
Public.events = {on_server_started = Event.generate_event_name('on_server_started')}
|
||||
Public.events = {on_server_started = script.generate_event_name()}
|
||||
|
||||
--- Sends a message to the linked discord channel. The message is sanitized of markdown server side.
|
||||
-- @param message<string> message to send.
|
||||
|
Loading…
x
Reference in New Issue
Block a user