Skip to content

Commit

Permalink
Enable music server to work on TM2020. (#1173)
Browse files Browse the repository at this point in the history
* Enable music server to work on TM2020.

* Removed invalid dependency on 'core.trackmania'.
  • Loading branch information
TheMaximum committed May 23, 2022
1 parent 59e341a commit a85e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyplanet/apps/contrib/music_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class MusicServer(AppConfig):
game_dependencies = ['trackmania', 'shootmania']
game_dependencies = ['trackmania', 'shootmania', 'trackmania_next']
app_dependencies = ['core.maniaplanet', 'core.pyplanet']

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit a85e1cf

Please sign in to comment.