move core.get_generators to generation.get_generators

This commit is contained in:
MihailRis
2024-09-28 14:23:20 +03:00
parent c46090f881
commit 50c7308211
5 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
settings = session.get_entry('new_world')
function on_open()
local names = core.get_generators()
local names = generation.get_generators()
table.sort(names)
local panel = document.root