Make worldedit an optional dependency of map_maker

This commit is contained in:
LoneWolfHT 2021-08-30 08:20:09 -07:00 committed by GitHub
parent 1512784d81
commit f06eca30f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
name = map_maker
depends = ctf_map_core, worldedit
depends = ctf_map_core
optional_depends = worldedit