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

Fix typo in Global ref

This commit is contained in:
Matthew Heguy 2019-02-20 21:41:08 -05:00
parent 84e2ee8887
commit 47bda3a69f

View File

@ -21,7 +21,7 @@ Global.register(
primitives = primitives
},
function(tbl)
walkabouts = tbl.walkabout
walkabouts = tbl.walkabouts
primitives = tbl.primitives
end
)