Fix default spawn height

master
Wuzzy 2017-05-10 01:28:32 +02:00
parent 3973874947
commit bcad2e4d68
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ end
-- Max. and min. heights between rail corridors are generated
local height_min = -31000
local height_max = -5
local height_max = -30
setting = tonumber(minetest.setting_get("tsm_railcorridors_height_min"))
if setting then
height_min = setting