mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
white spaces
This commit is contained in:
parent
ba697c0d33
commit
33908990cc
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ local function create_world_formspec(dialogdata)
|
|||
if not is_internal_mapgen then
|
||||
-- Select singlenode if using lua-defined mapgen
|
||||
-- Here we have to make sure it doesn't override an internal mapgen
|
||||
if lua_mapgens[current_mapgen_internal] ~= nil and
|
||||
if lua_mapgens[current_mapgen_internal] ~= nil and
|
||||
(current_mapgen == dialogdata.mg or lua_mapgens[current_mapgen_internal].title == dialogdata.mg) then
|
||||
current_mapgen_internal = "singlenode"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue