Merge pull request 'fix global variable access to use correct name' (#2) from programmerjake/minetest_findbiome:master into master

Reviewed-on: https://codeberg.org/Wuzzy/minetest_findbiome/pulls/2
This commit is contained in:
Wuzzy 2024-02-13 19:29:34 +00:00
commit eac9e8af82

View File

@ -125,7 +125,7 @@ end
function findbiome.find_biome(pos, biomes, res, checks)
if not res then
res = DEFAULT_SEARCH_GRID_SIZE
res = DEFAULT_SEARCH_GRID_RESOLUTION
end
if not checks then
checks = DEFAULT_CHECKED_POINTS