mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-22 03:38:48 +02:00
itty bitty tiny tweak
This commit is contained in:
parent
96d1e40014
commit
c561f5409e
@ -200,7 +200,7 @@ local function on_console_command(event)
|
||||
|
||||
local server_time = Server.get_current_time()
|
||||
if server_time then
|
||||
server_time = format('(Server time: %s)', Timestamp.to_string(server_time))
|
||||
server_time = format(' (Server time: %s)', Timestamp.to_string(server_time))
|
||||
else
|
||||
server_time = '" at tick: ' .. game.tick
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user