1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Fixed mymodule typo

This commit is contained in:
Valansch 2017-07-08 00:04:12 +02:00
parent 1fab5792ec
commit 5e6435674d

View File

@ -15,7 +15,7 @@ local function helper_function()
end
--This function is called by the framework if the style is enabled.
function mymodule.on_chunk_generated(event)
function module.on_chunk_generated(event)
game.print("Chunk was generated")
end