stricter luacheck
This commit is contained in:
parent
54b48a2455
commit
e1e876b501
@ -1,4 +1,3 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
globals = {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user