From d047b77154c9b515624287b0b5d46385ad2ffbee Mon Sep 17 00:00:00 2001 From: Open Toontown Date: Sun, 10 Nov 2019 18:58:35 -0500 Subject: [PATCH] distributed: fix typo in OTPCR --- otp/distributed/OTPClientRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py index 9c272f5..6255fda 100644 --- a/otp/distributed/OTPClientRepository.py +++ b/otp/distributed/OTPClientRepository.py @@ -1938,7 +1938,7 @@ class OTPClientRepository(ClientRepositoryBase): self.handleGoGetLost(di) elif msgType == CLIENT_HEARTBEAT: self.handleServerHeartbeat(di) - elif msgtype == CLIENT_ENTER_OBJECT_REQUIRED: + elif msgType == CLIENT_ENTER_OBJECT_REQUIRED: self.handleGenerateWithRequired(di) elif msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER: self.handleGenerateWithRequiredOther(di)