From 65c83393bb5ffbf6b658e881746c649276c87502 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 26 May 2022 23:28:56 +0200 Subject: [PATCH] SC2: fix copy pasta in client --- Starcraft2Client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Starcraft2Client.py b/Starcraft2Client.py index 1a23fe60..777e1c33 100644 --- a/Starcraft2Client.py +++ b/Starcraft2Client.py @@ -164,8 +164,6 @@ async def main(): await ctx.exit_event.wait() - ctx.server_address = None - ctx.snes_reconnect_address = None await ctx.shutdown()