1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-09-16 09:16:22 +02:00

fixed missing end and added gitingore

This commit is contained in:
Maik Wild
2017-06-13 14:25:52 +02:00
parent 88ef604059
commit 65c41d4c3f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.swp

View File

@@ -12,5 +12,5 @@ local function chunk_modification(event)
surface.set_tiles(tiles)
end
end
Event.register(defines.events.on_chunk_generated, chunk_modification)
end
Event.register(defines.events.on_chunk_generated, chunk_modification)