diff --git a/user_groups.lua b/user_groups.lua index cadb7f15..3233be8e 100644 --- a/user_groups.lua +++ b/user_groups.lua @@ -1,3 +1,6 @@ +global.mods = {} +global.regualrs = {} + function update_group(position) local file = position .. ".lua" game.write_file(file, "{", false, 0)