Remove unneeded dependencies
This patches a heisenbug to be investigated latermobile_bow_workaround
parent
a1d390bd4d
commit
e1d5899aa5
|
@ -1,4 +1,3 @@
|
||||||
name = mcl_fovapi
|
name = mcl_fovapi
|
||||||
author = Michieal, Herowl
|
author = Michieal, Herowl
|
||||||
description = An API for handling FOV changes.
|
description = An API for handling FOV changes.
|
||||||
depends = mcl_player
|
|
||||||
|
|
|
@ -2,4 +2,4 @@ name = mcl_sprint
|
||||||
author = GunshipPenguin
|
author = GunshipPenguin
|
||||||
description = Allows the player to sprint by pressing the “AUX” key (default: E).
|
description = Allows the player to sprint by pressing the “AUX” key (default: E).
|
||||||
depends = mcl_playerinfo, playerphysics, mcl_hunger, mcl_fovapi
|
depends = mcl_playerinfo, playerphysics, mcl_hunger, mcl_fovapi
|
||||||
optional = mcl_bows
|
optional = mcl_bows
|
||||||
|
|
Loading…
Reference in New Issue