SC2: Remove Starcraft2Client.py as Launcher.py got upgraded to work under Python 3.13 (#5406)
This commit is contained in:
@@ -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()
|
|
||||||
Reference in New Issue
Block a user