diff --git a/game.py b/game.py index 35b4484..c0772e3 100644 --- a/game.py +++ b/game.py @@ -141,6 +141,9 @@ class Game: def run(self): title() if os.path.exists("WEB_VERSION"): + print( + "If you're on telnet, pretend that everything that says web version says telnet version, I'm too lazy to fix it." + ) print( f"This is a web version of {data.text.GAME_NAME}, here is some important info. To anyone outside of Germany, this game is running on a cheap VPS I got, the company didn't have any US locations available, so I had to get a Germany one, sorry for the high ping (I also have to deal with it, I'm in the US)\nPls don't hack this" )