Fix carts_quests
This commit is contained in:
parent
c3e74e1ebf
commit
864c8b04a8
@ -4,8 +4,8 @@
|
|||||||
-- This mod add quests based on carts mod
|
-- This mod add quests based on carts mod
|
||||||
|
|
||||||
if minetest.get_modpath("minetest_quests") and
|
if minetest.get_modpath("minetest_quests") and
|
||||||
minetest.get_modpath("carts") or
|
(minetest.get_modpath("carts") or
|
||||||
minetest.get_modpath("boost_cart") then
|
minetest.get_modpath("boost_cart")) then
|
||||||
|
|
||||||
local S
|
local S
|
||||||
if minetest.get_modpath("intllib") then
|
if minetest.get_modpath("intllib") then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user