Revert Hub from optional_depends

This commit is contained in:
Zughy 2022-12-09 01:24:41 +01:00
parent 82e883259e
commit 25ac28cca5
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ It comes with an arena manager and a signs system. The latter creates a bridge i
* (optional) [Parties](https://gitlab.com/zughy-friends-minetest/parties) by me: use it to be sure to join the same arena/team with your friends * (optional) [Parties](https://gitlab.com/zughy-friends-minetest/parties) by me: use it to be sure to join the same arena/team with your friends
#### Add-ons #### Add-ons
[Hub](https://gitlab.com/zughy-friends-minetest/hub-manager) by me: use it if you're aiming for a full minigame server [Hub](https://gitlab.com/zughy-friends-minetest/hub-manager) by me: use it if you're aiming for a full minigame server. It can't be set as an optional dependency, since arena_lib is a hard dependency of Hub in the first place (and MT doesn't like cross dependencies)
### Known conflicts ### Known conflicts
* `Beds` or any other mod overriding the default respawn system * `Beds` or any other mod overriding the default respawn system

View File

@ -1,5 +1,5 @@
name = arena_lib name = arena_lib
description = API for minigames description = API for minigames
depends = signs_lib depends = signs_lib
optional_depends = parties, hub optional_depends = parties
min_minetest_version = 5.5 min_minetest_version = 5.5