mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-09-16 09:16:22 +02:00
Changed user groups output format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function update_group(position)
|
||||
local file = position .. ".lua"
|
||||
game.write_file(file, "return\n{\n", false)
|
||||
game.write_file(file, "{", false)
|
||||
local group = global.scenario.variables[position]
|
||||
local line = ""
|
||||
for player_name,_ in pairs(group) do
|
||||
|
Reference in New Issue
Block a user