summaryrefslogtreecommitdiff
path: root/src/servermain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/servermain.cpp')
-rw-r--r--src/servermain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/servermain.cpp b/src/servermain.cpp
index 8fcefaae7..3d015b732 100644
--- a/src/servermain.cpp
+++ b/src/servermain.cpp
@@ -259,10 +259,10 @@ int main(int argc, char *argv[])
// Read map parameters from settings
HMParams hm_params;
- hm_params.blocksize = g_settings.getU16("heightmap_blocksize");
+ /*hm_params.blocksize = g_settings.getU16("heightmap_blocksize");
hm_params.randmax = g_settings.get("height_randmax");
hm_params.randfactor = g_settings.get("height_randfactor");
- hm_params.base = g_settings.get("height_base");
+ hm_params.base = g_settings.get("height_base");*/
MapParams map_params;
map_params.plants_amount = g_settings.getFloat("plants_amount");