Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aa8d6beb3 |
3
game.py
3
game.py
@@ -141,6 +141,9 @@ class Game:
|
|||||||
def run(self):
|
def run(self):
|
||||||
title()
|
title()
|
||||||
if os.path.exists("WEB_VERSION"):
|
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(
|
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"
|
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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user