r3764 - trunk/data/qcsrc/server
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Thu Jul  3 02:58:27 EDT 2008
    
    
  
Author: div0
Date: 2008-07-03 02:58:27 -0400 (Thu, 03 Jul 2008)
New Revision: 3764
Modified:
   trunk/data/qcsrc/server/g_subs.qc
Log:
fix info_null
Modified: trunk/data/qcsrc/server/g_subs.qc
===================================================================
--- trunk/data/qcsrc/server/g_subs.qc	2008-07-03 06:34:38 UTC (rev 3763)
+++ trunk/data/qcsrc/server/g_subs.qc	2008-07-03 06:58:27 UTC (rev 3764)
@@ -8,6 +8,8 @@
 
 void spawnfunc_info_null (void)
 {
+	remove(self);
+	// if anything breaks, tell the mapper to fix his map! info_null is meant to remove itself immediately.
 }
 
 /*
    
    
More information about the nexuiz-commits
mailing list