Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix luacheck warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
mods/dungeon_loot/mapgen.lua
|
@@ -53,7 +53,7 @@ local function find_walls(cpos) |
|
|
end |
|
|
|
|
|
local biome = minetest.get_biome_data(cpos) |
|
|
local biome = biome and minetest.get_biome_name(biome.biome) or "" |
|
|
biome = biome and minetest.get_biome_name(biome.biome) or "" |
|
|
local type = "normal" |
|
|
if biome:find("desert") == 1 then |
|
|
type = "desert" |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.