From ac6a89996180ad96afdd5b0fcd7b8e77d50b9899 Mon Sep 17 00:00:00 2001 From: Samir Naik Date: Fri, 4 Mar 2005 04:21:42 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/distributed/ClientRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/ClientRepository.py b/direct/src/distributed/ClientRepository.py index 3fd76f4eaa..43d5de0c63 100644 --- a/direct/src/distributed/ClientRepository.py +++ b/direct/src/distributed/ClientRepository.py @@ -775,7 +775,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository): self.old_setzone_interest_handle = None - def sendSetLocation(self,doId,parentId,zoneId): + def sendSetLocation(self,doId,parentId,zoneId): datagram = PyDatagram() datagram.addUint16(CLIENT_OBJECT_LOCATION) datagram.addUint32(doId)