Browse Source

oops, reverse logic

David Rose 18 years ago
parent
commit
54d7527019
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/ClientRepositoryBase.py

+ 1 - 1
direct/src/distributed/ClientRepositoryBase.py

@@ -70,7 +70,7 @@ class ClientRepositoryBase(ConnectionRepository):
         no deferring will occur."""
         no deferring will occur."""
 
 
         self.deferInterval = deferInterval
         self.deferInterval = deferInterval
-        self.setHandleCUpdates(self.deferInterval != 0)
+        self.setHandleCUpdates(self.deferInterval == 0)
 
 
         if self.deferredGenerates:
         if self.deferredGenerates:
             taskMgr.remove('deferredGenerate')
             taskMgr.remove('deferredGenerate')