]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Ah, so this is where to mess with to improve spawnpoints... mwahaha.
authorSamual Lenks <samual@xonotic.org>
Thu, 7 Feb 2013 05:38:26 +0000 (00:38 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 7 Feb 2013 05:38:26 +0000 (00:38 -0500)
qcsrc/server/miscfunctions.qc

index 7f8931bffe648c90d3bd4a7b3eada671725f66e6..33b36772d45e599a2e551fc96fa970ccfc182f14 100644 (file)
@@ -170,6 +170,8 @@ void relocate_spawnpoint()
     // nudge off the floor
     setorigin(self, self.origin + '0 0 1');
 
+    setmodel(self, "models/domination/dom_unclaimed.md3");
+
     tracebox(self.origin, PL_MIN, PL_MAX, self.origin, TRUE, self);
     if (trace_startsolid)
     {