offline-minecraft-launcher/oml/stages/downloadonly-quit.py

2 lines
41 B
Python
Raw Normal View History

if "-downloadonly" in sys.argv:
exit(0)