]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/spawnpoints.qc
Rename 2 functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / spawnpoints.qc
index 84819efbe1c6b51f407c9e9e9b509dcd82aab441..3d62c149cf9996c74454ea0c0e27c04c9ad6648a 100644 (file)
@@ -106,6 +106,7 @@ void relocate_spawnpoint(entity this)
     setthink(this, spawnpoint_think);
     this.nextthink = time + 0.5 + random() * 2; // shouldn't need it for a little second
     this.team_saved = this.team;
+    IL_PUSH(g_saved_team, this);
     if (!this.cnt)
         this.cnt = 1;