r4056 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 8 07:59:18 EDT 2008


Author: div0
Date: 2008-08-08 07:59:18 -0400 (Fri, 08 Aug 2008)
New Revision: 4056

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
better error message (even better)


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2008-08-08 11:58:29 UTC (rev 4055)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2008-08-08 11:59:18 UTC (rev 4056)
@@ -228,7 +228,7 @@
 		self.mins = PL_MIN;
 		self.maxs = PL_MAX;
 		move_out_of_solid(self);
-		print("^1NOTE: this map needs FIXING. Spawnpoint at ", vtos(o));
+		print("^1NOTE: this map needs FIXING. Spawnpoint at ", vtos(o - '0 0 1'));
 		print(" needs to be moved out of solid, e.g. by '", ftos(self.origin_x - o_x));
 		print(" ", ftos(self.origin_y - o_y));
 		print(" ", ftos(self.origin_z - o_z), "'\n");




More information about the nexuiz-commits mailing list