r1763 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jul 19 15:54:33 EDT 2006


Author: div0
Date: 2006-07-19 15:54:32 -0400 (Wed, 19 Jul 2006)
New Revision: 1763

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
oops... fixed the dprints


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2006-07-19 09:25:04 UTC (rev 1762)
+++ trunk/data/qcsrc/server/g_world.qc	2006-07-19 19:54:32 UTC (rev 1763)
@@ -439,6 +439,8 @@
 			dprint("too many\n");
 			return FALSE;
 		}
+		dprint("right size\n");
+		return TRUE;
 	}
 	dprint(": not found\n");
 	return TRUE;




More information about the nexuiz-commits mailing list