Set scale at 1 by default

master
Gael-de-Sailly 2018-02-24 00:13:12 +01:00
parent 7014e2b16b
commit 2f8d2c75f4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local modpath = minetest.get_modpath(minetest.get_current_modname())
file = io.open(worldpath .. "/" .. path)
local conf = Settings(worldpath .. "/" .. conf_path)
local scale = conf:get("scale") or 40
local scale = conf:get("scale") or 1
local remove_delay = 10 -- Number of mapgen calls until a chunk is unloaded
local function parse(str, signed) -- little endian