mirror of
https://github.com/adrido/darkage.git
synced 2025-11-23 09:45:20 +01:00
Remove warnings from deprecated definitions and functions
This commit is contained in:
@@ -153,8 +153,7 @@ local function generate_claylike(data, varea, name, minp, maxp, seed, chance, mi
|
||||
end
|
||||
end
|
||||
|
||||
local mgparams = minetest.get_mapgen_params()
|
||||
local seed = mgparams.seed
|
||||
local seed = minetest.get_mapgen_setting("seed")
|
||||
|
||||
|
||||
-- Generate desert stone with iron in derset.
|
||||
|
||||
Reference in New Issue
Block a user