distributed: fix typo in OTPCR

This commit is contained in:
Open Toontown 2019-11-10 18:58:35 -05:00
parent 1e5eb077e2
commit d047b77154

View file

@ -1938,7 +1938,7 @@ class OTPClientRepository(ClientRepositoryBase):
self.handleGoGetLost(di) self.handleGoGetLost(di)
elif msgType == CLIENT_HEARTBEAT: elif msgType == CLIENT_HEARTBEAT:
self.handleServerHeartbeat(di) self.handleServerHeartbeat(di)
elif msgtype == CLIENT_ENTER_OBJECT_REQUIRED: elif msgType == CLIENT_ENTER_OBJECT_REQUIRED:
self.handleGenerateWithRequired(di) self.handleGenerateWithRequired(di)
elif msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER: elif msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER:
self.handleGenerateWithRequiredOther(di) self.handleGenerateWithRequiredOther(di)