fixed missing serverWorld issue and added status to login response

This commit is contained in:
2024-01-15 10:43:56 +01:00
parent 1a9f49f5e9
commit 69881973a4
12 changed files with 33 additions and 4 deletions

View File

@ -91,7 +91,8 @@ class NetworkManager:
self.__gameManager.getLogger().info(f"confirming login for user")
self.send({
"event":"loginresponse",
"event": "loginresponse",
"status": "success",
"id": user[client_address]["player"].getID(),
}, client_address)