stricter luacheck

master
BuckarooBanzay 2020-01-09 14:47:59 +01:00
parent 54b48a2455
commit e1e876b501
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
unused_args = false
allow_defined_top = true
globals = {

View File

@ -26,7 +26,7 @@ local check_corners_in_space = function(minp, maxp)
end
minetest.register_on_generated(function(minp, maxp, seed)
minetest.register_on_generated(function(minp, maxp)
-- default from 6k to 10k
if minp.y < planetoids.miny or minp.y > planetoids.maxy then