Fix world.mt not written when selecting mode
parent
2e44873ac9
commit
75d2cfef5c
|
@ -311,7 +311,8 @@ function menu_worldmt(selected, setting, value)
|
|||
if not world_conf:write() then
|
||||
core.log("error", "Failed to write world config file")
|
||||
end
|
||||
return world_conf:set(setting, value)
|
||||
world_conf:set(setting, value)
|
||||
world_conf:write()
|
||||
else
|
||||
return world_conf:get(setting)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue