follow minetest lua code style guidelines

This commit is contained in:
Hybrid Dog 2018-01-09 20:01:47 +01:00
parent ba2cd3d9b8
commit e5524c007d
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ end
-- infinite stacks checking
if minetest.get_modpath"unified_inventory"
or not minetest.settings:get_bool"creative_mode" then
if minetest.get_modpath("unified_inventory") or not
minetest.settings:get_bool("creative_mode") then
moretrees.expect_infinite_stacks = false
else
moretrees.expect_infinite_stacks = true