1
0
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:
Gerkiz 2020-06-07 23:35:18 +02:00
parent 96d1e40014
commit c561f5409e

View File

@ -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