fix wrong mapgen setting var

This commit is contained in:
cora 2022-07-31 05:11:03 +02:00
parent bb496db605
commit cae11f99e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ mcl_weather.snow = {}
local PARTICLES_COUNT_SNOW = tonumber(minetest.settings:get("mcl_weather_snow_particles")) or 100
mcl_weather.snow.init_done = false
local mgname = minetest.get_mapgen_setting("mg_name")
local mgname = minetest.get_mapgen_setting("mgname")
local snow_biomes = {
"ColdTaiga_underground",