diff --git a/src/main.py b/src/main.py index 5000efa..a224dfe 100644 --- a/src/main.py +++ b/src/main.py @@ -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.