1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Fixed crash nr. 420

This commit is contained in:
Valansch 2018-04-15 22:24:10 +02:00 committed by GitHub
parent 9a17b48a87
commit a88f16cfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
global.mods = {}
global.regualrs = {}
function update_group(position)
local file = position .. ".lua"
game.write_file(file, "{", false, 0)