1
0
Fork 0
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:
Xeno333 2025-06-07 22:30:38 -05:00 committed by GitHub
parent eaf55653bb
commit 7d075d4fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),