]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove this setmodel stuff here
authorSamual Lenks <samual@xonotic.org>
Fri, 8 Feb 2013 00:58:01 +0000 (19:58 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 8 Feb 2013 00:58:01 +0000 (19:58 -0500)
qcsrc/server/miscfunctions.qc

index 33b36772d45e599a2e551fc96fa970ccfc182f14..7f8931bffe648c90d3bd4a7b3eada671725f66e6 100644 (file)
@@ -170,8 +170,6 @@ 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)
     {