From ec939409cbeb86529c9acdb9197738943ccc631a Mon Sep 17 00:00:00 2001 From: AnythingTechPro Date: Tue, 6 Jun 2017 13:58:51 -0400 Subject: [PATCH] direct/distributed: fixed undefined message type --- direct/src/distributed/ClientRepositoryBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/ClientRepositoryBase.py b/direct/src/distributed/ClientRepositoryBase.py index c4555e94ec6..082450e74ab 100644 --- a/direct/src/distributed/ClientRepositoryBase.py +++ b/direct/src/distributed/ClientRepositoryBase.py @@ -175,7 +175,7 @@ def replayDeferredGenerate(self, msgType, extra): "generate" messages when they are replayed(). """ - if msgType == CLIENT_CREATE_OBJECT_REQUIRED_OTHER: + if msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER: # It's a generate message. doId = extra if doId in self.deferredDoIds: