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:
parent
1fab5792ec
commit
5e6435674d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user