diff --git a/user_groups.lua b/user_groups.lua index 2c7f9e03..cadb7f15 100644 --- a/user_groups.lua +++ b/user_groups.lua @@ -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()