mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
update in code
This commit is contained in:
parent
bed75803ff
commit
6f591a1c20
@ -6,6 +6,6 @@ function bot_command_players(filename)
|
||||
end
|
||||
end
|
||||
|
||||
function bot_command_time()
|
||||
game.print(math.floor(game.tick / 60))
|
||||
function bot_command_time(filename)
|
||||
game.write_file(filename, string.format("Time since server start (%d):"),#math.floor(game.tick / 60)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user