1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

Small changes in code

This commit is contained in:
Toledini
2018-02-01 09:09:44 -05:00
committed by GitHub
parent 2c5b8158e2
commit af901c1b65

View File

@@ -7,7 +7,7 @@ function update_group(position)
line = string.format('["%s"] = "",\n', player_name)
game.write_file(file, line, true, 0)
end
game.write_file(file, "}", true)
game.write_file(file, "}", true, 0)
end
function get_actor()