1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

update in code2

This commit is contained in:
Toledin 2018-02-01 15:29:47 -05:00
parent 6f591a1c20
commit 8ac7ebbae7

View File

@ -7,5 +7,5 @@ function bot_command_players(filename)
end
function bot_command_time(filename)
game.write_file(filename, string.format("Time since server start (%d):"),#math.floor(game.tick / 60)
game.write_file(filename, string.format("Time since server start (%d):"),#math.floor(game.tick / 60), false,0)
end