Remove unrequired code

This commit is contained in:
An0n3m0us 2020-02-22 15:22:59 +00:00
parent 8bbd2e0c46
commit b1e8416d63
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ dofile(carts.modpath.."/rails.lua")
dofile(carts.modpath.."/cart_entity.lua")
-- Register rails as dungeon loot
if minetest.global_exists("dungeon_loot") and dungeon_loot.register then
if minetest.global_exists("dungeon_loot") then
dungeon_loot.register({
name = "carts:rail", chance = 0.35, count = {1, 6}
})