Bad dependency in SpectatorTargetInfo ManiaTemplate #227
Labels
bug
Something isn't working
Module: SpectatorTargetInfoModule
module
Issue related to a specific module or creation of a certain module.
UI/UX
Issue relating to the in-game overlay UI.
Milestone
In the SpectatorTargetInfoModule the SpectatorTargetInfo template depends on
Scoreboard.Components.PlayerRow.ClubTag
from the scoreboard module.First of all, it is not defined in the info.toml file that the SpectatorTargetInfoModule module depends on the Scoreboard module, and it will throw an exception if the scoreboard module is not loaded.
Second, I am not sure why a "club tag" component is part of the scoreboard module, and other modules will have to depend on the scoreboard module for this. Seems like an odd design decision. It would probably better to have such a component in the core instead.
The text was updated successfully, but these errors were encountered: