SC2: Remove Starcraft2Client.py as Launcher.py got upgraded to work under Python 3.13 (#5406)

This commit is contained in:
Ziktofel
2025-09-02 23:50:29 +02:00
committed by GitHub
parent 5f1835c546
commit a9f594d6b2

View File

@@ -1,13 +0,0 @@
from __future__ import annotations
import ModuleUpdate
ModuleUpdate.update()
from worlds.sc2.client import launch
import Utils
# This is deprecated, replaced with the client hooked from the Launcher
# Will be removed in a following release
if __name__ == "__main__":
Utils.init_logging("Starcraft2Client", exception_logger="Client")
launch()