Fix carts_quests

This commit is contained in:
sys4-fr 2016-07-12 20:15:36 +02:00
parent c3e74e1ebf
commit 864c8b04a8

View File

@ -4,8 +4,8 @@
-- This mod add quests based on carts mod
if minetest.get_modpath("minetest_quests") and
minetest.get_modpath("carts") or
minetest.get_modpath("boost_cart") then
(minetest.get_modpath("carts") or
minetest.get_modpath("boost_cart")) then
local S
if minetest.get_modpath("intllib") then