diff --git a/direct/src/distributed/ServerRepository.py b/direct/src/distributed/ServerRepository.py index 894dfb1349..966d22923b 100644 --- a/direct/src/distributed/ServerRepository.py +++ b/direct/src/distributed/ServerRepository.py @@ -137,7 +137,7 @@ class ServerRepository: # An allocator object that assigns the next doIdBase to each # client. - self.idAllocator = UniqueIdAllocator(0, 0xffffffff / self.doIdRange) + self.idAllocator = UniqueIdAllocator(0, 0xffffffff // self.doIdRange) self.dcFile = DCFile() self.dcSuffix = ''