From 7ea605853c25d08a5edbd74a9107eca2e216ed1f Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Sat, 3 Dec 2005 00:55:16 +0000 Subject: [PATCH] ignore CLIENT_GET_STATE_RESP in default handler --- direct/src/distributed/ClientRepository.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/distributed/ClientRepository.py b/direct/src/distributed/ClientRepository.py index 9ac9ed076b..8b80f56af5 100644 --- a/direct/src/distributed/ClientRepository.py +++ b/direct/src/distributed/ClientRepository.py @@ -544,6 +544,9 @@ class ClientRepository(ConnectionRepository): self.handleDelete(di) elif msgType == CLIENT_DONE_INTEREST_RESP: self.handleInterestDoneMessage(di) + elif msgType == CLIENT_GET_STATE_RESP: + # TODO: is this message obsolete? + pass #Roger wants to remove this elif msgType == CLIENT_QUERY_ONE_FIELD_RESP: #Roger wants to remove this self.handleQueryOneFieldResp(di) elif msgType == CLIENT_OBJECT_LOCATION: