mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-06 00:23:49 +02:00
Update server
Add start data func
This commit is contained in:
parent
50b1acc6cc
commit
49ffd09bd2
@ -1172,6 +1172,12 @@ function Public.get_start_time()
|
||||
return start_data.start_time
|
||||
end
|
||||
|
||||
--- Gets the server's start data. nil if not known.
|
||||
-- @return table?
|
||||
function Public.get_start_data()
|
||||
return start_data
|
||||
end
|
||||
|
||||
--- If the player exists bans the player.
|
||||
-- Regardless of whether or not the player exists the name is synchronized with other servers
|
||||
-- and stored in the database.
|
||||
|
Loading…
Reference in New Issue
Block a user