mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove extra nil
I set mg to nil initaly but just remembered it is the same as deleating it...
This commit is contained in:
parent
eaf55653bb
commit
7d075d4fcb
1 changed files with 0 additions and 1 deletions
|
@ -461,7 +461,6 @@ function create_create_world_dlg()
|
|||
worldname = "",
|
||||
-- settings the world is created with:
|
||||
seed = core.settings:get("fixed_map_seed") or "",
|
||||
mg = nil,
|
||||
flags = {
|
||||
main = core.settings:get_flags("mg_flags"),
|
||||
v5 = core.settings:get_flags("mgv5_spflags"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue