Skip to content

Commit

Permalink
Remove message for 'experimental' support for TM Next. (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed Sep 16, 2022
1 parent 78bd9d9 commit 3078458
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyplanet/core/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ async def print_footer(self): # pragma: no cover
raw=True
)

if self.game.game == 'tmnext':
await self.chat('$f00$oPyPlanet: $o$nNewly support for this Trackmania version. Expect issues'
', please report to PyPlanet.')

try:
asyncio.ensure_future(releases.UpdateChecker.init_checker(self))
except:
Expand Down

0 comments on commit 3078458

Please sign in to comment.