Properly state dependencies

master
Lars Mueller 2020-11-29 16:57:27 +01:00
parent bb3135afa3
commit 00bbd6a5cf
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Forces players to wait a set duration before respawning.
## About
Depends on [`modlib`](https://github.com/appgurueu/modlib). Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu).
Depends on [`modlib`](https://github.com/appgurueu/modlib) and [`hud_timers`](https://github.com/appgurueu/hud_timers). Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu).
## Screenshot

View File

@ -1,4 +1,4 @@
name = respawn_timer
description = Forces players to wait a set duration before respawning
depends = hud_timers
depends = modlib, hud_timers
optional_depends = player_api, adv_chat, cmdlib