[V3] Fix typo in launcher menu (#1153)

This commit is contained in:
retke 2017-12-10 01:03:40 +01:00 committed by Will
parent ee0d1d269c
commit a53f284c88

View File

@ -291,7 +291,7 @@ def main_menu():
print("1. Run Red w/ autorestart in case of issues") print("1. Run Red w/ autorestart in case of issues")
print("2. Run Red") print("2. Run Red")
print("3. Update Red") print("3. Update Red")
print("4. Update Red (development version") print("4. Update Red (development version)")
print("5. Create Instance") print("5. Create Instance")
print("6. Debug information (use this if having issues with the launcher or bot)") print("6. Debug information (use this if having issues with the launcher or bot)")
print("0. Exit") print("0. Exit")