]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/multi.qc
Add an intrusive list for entities that save their team, and don't loop through pure...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / multi.qc
index 7aa13c13ebfc2aec22b8d7a7382607877cd0d5e2..8f7305d6f88c49236397721a14a0f5813087ab45 100644 (file)
@@ -164,6 +164,7 @@ spawnfunc(trigger_multiple)
        EXACTTRIGGER_INIT;
 
        this.team_saved = this.team;
+       IL_PUSH(g_saved_team, this);
 
        if (this.health)
        {