mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Revert "Fix settings to honor numeric conversion errors"
This reverts commit 3f376a092e
.
This commit is contained in:
parent
7859e57f6c
commit
c6c5edd73a
8 changed files with 43 additions and 79 deletions
|
@ -164,7 +164,7 @@ MapgenIndevParams::MapgenIndevParams() {
|
|||
void MapgenIndevParams::readParams(Settings *settings) {
|
||||
MapgenV6Params::readParams(settings);
|
||||
|
||||
settings->getS16NoEx("mgindev_float_islands", float_islands);
|
||||
settings->tryGetS16("mgindev_float_islands", float_islands);
|
||||
|
||||
settings->getNoiseIndevParams("mgindev_np_terrain_base", npindev_terrain_base);
|
||||
settings->getNoiseIndevParams("mgindev_np_terrain_higher", npindev_terrain_higher);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue