Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Settings: Fix game minetest.conf flags overriding defaults (#9404)
The game minetest.conf flags directly overwrote the global minetest.conf default values, resulting in unwanted erased mapgen flags. * Fix set_mapgen_setting
- Loading branch information
Showing
with
29 additions
and 9 deletions.
- +2 −2 src/content/subgames.cpp
- +0 −7 src/defaultsettings.cpp
- +1 −0 src/map_settings_manager.cpp
- +24 −0 src/settings.cpp
- +2 −0 src/settings.h