Factorio: Embed slot name into mod

This commit is contained in:
Fabian Dill
2021-05-09 17:26:53 +02:00
parent 37755cd362
commit 9c3d12dc55
4 changed files with 16 additions and 10 deletions

View File

@@ -184,7 +184,6 @@ class CommonContext():
async def disconnect(self):
if self.server and not self.server.socket.closed:
await self.server.socket.close()
self.ui_node.send_connection_status(self)
if self.server_task is not None:
await self.server_task