From 41abecc1947bcd7d275526e585587451767189e0 Mon Sep 17 00:00:00 2001 From: John Cote Date: Sat, 30 Nov 2019 22:07:01 -0500 Subject: [PATCH] login: whoops --- otp/login/AstronLoginManagerUD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/login/AstronLoginManagerUD.py b/otp/login/AstronLoginManagerUD.py index b20c9ce..b5161c6 100644 --- a/otp/login/AstronLoginManagerUD.py +++ b/otp/login/AstronLoginManagerUD.py @@ -654,7 +654,7 @@ class UnloadAvatarOperation(GameOperation): datagram = PyDatagram() datagram.addServerHeader(channel, self.loginManager.air.ourChannel, CLIENTAGENT_SET_CLIENT_ID) - datagram.addChannel(self.sender << 32) # accountId in high 32 bits, avatar in low. + datagram.addChannel(self.sender << 32) # accountId in high 32 bits, no avatar in low. self.loginManager.air.send(datagram) datagram = PyDatagram()