David Rose 16 years ago
parent
commit
f4da45091a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      direct/src/distributed/ServerRepository.py

+ 0 - 2
direct/src/distributed/ServerRepository.py

@@ -85,8 +85,6 @@ class ServerRepository:
             # Default value.
             threadedNet = config.GetBool('threaded-net', False)
 
-        base.finalExitCallbacks.append(self.shutdown)
-        
         # Set up networking interfaces.
         numThreads = 0
         if threadedNet: