missions/privs.lua
2018-07-31 19:01:40 +02:00

7 lines
193 B
Lua

local has_mobs_mod = minetest.get_modpath("mobs")
if has_mobs_mod then
minetest.register_privilege("missions_mobs", {
description = "Allows the creation of mission steps with mobs"
});
end