From f06eca30f0b6d3178194123cc30dd6a40feeafab Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Mon, 30 Aug 2021 08:20:09 -0700 Subject: [PATCH] Make worldedit an optional dependency of map_maker --- mods/ctf/ctf_map/map_maker/mod.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/ctf/ctf_map/map_maker/mod.conf b/mods/ctf/ctf_map/map_maker/mod.conf index 75dd924..d7c01fc 100644 --- a/mods/ctf/ctf_map/map_maker/mod.conf +++ b/mods/ctf/ctf_map/map_maker/mod.conf @@ -1,2 +1,3 @@ name = map_maker -depends = ctf_map_core, worldedit +depends = ctf_map_core +optional_depends = worldedit