mostly pathing improvements, mostly to benefit linux

This commit is contained in:
Fabian Dill
2020-03-15 19:32:00 +01:00
parent 2a05b9cd72
commit 031d6823a1
4 changed files with 36 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
__author__ = "Berserker55" # you can find me on the ALTTP Randomizer Discord
__version__ = 1.7
"""
This script launches a Multiplayer "Multiworld" Mystery Game
@@ -24,7 +23,7 @@ def feedback(text:str):
if __name__ == "__main__":
try:
print(f"{__author__}'s MultiMystery Launcher V{__version__}")
print(f"{__author__}'s MultiMystery Launcher")
import ModuleUpdate
ModuleUpdate.update()