From 9ff21ee735fb4f2689d1e98fc8c484e24feda3a4 Mon Sep 17 00:00:00 2001 From: John Cote Date: Thu, 8 Jul 2021 11:27:27 -0400 Subject: [PATCH] distributed: Fix #34 --- toontown/distributed/ToontownClientRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/distributed/ToontownClientRepository.py b/toontown/distributed/ToontownClientRepository.py index 5a2c78b..21a80ed 100644 --- a/toontown/distributed/ToontownClientRepository.py +++ b/toontown/distributed/ToontownClientRepository.py @@ -211,7 +211,7 @@ class ToontownClientRepository(OTPClientRepository.OTPClientRepository): self.send(datagram) self.loginFSM.request('waitForAvatarList') else: - self.astronLoginManager.sendAcknowledgeAvatarName(avId, lambda: self.loginFSM.request('waitForAvatarList')) + self.astronLoginManager.sendAcknowledgeAvatarName(avid, lambda: self.loginFSM.request('waitForAvatarList')) def enterChooseAvatar(self, avList): ModelPool.garbageCollect()