Skip to content

Commit

Permalink
Added small reminder to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Wilkens authored and Jonas Wilkens committed Feb 23, 2022
1 parent 9f17fad commit 2b5513f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def _check_version(self):
"""
if self.version < self.logic.webhook.query_latest_version():
print("There is a new version available at https://github.com/DJSchaffner/aoe2de_patcher")
print("Please update because this version might no longer work!")

def _patch(self):
"""Start patching the game with the downloaded files.
Expand Down

0 comments on commit 2b5513f

Please sign in to comment.