]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/gamemode_ctf.qc
Impulse refactor
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / gamemode_ctf.qc
index 432c32de710dead3ac8d9c185c2f05aa3a0c50c3..40ce3ce95f5ddd47de293bcc9cdb7ef881e13bde 100644 (file)
@@ -1126,7 +1126,7 @@ void ctf_FlagThink()
 
                                setself(self.owner);
                                self.impulse = CHIMPULSE_SPEEDRUN; // move the player back to the waypoint they set
-                               ImpulseCommands();
+                               ImpulseCommands(self);
                                setself(this);
                        }
                        if(autocvar_g_ctf_stalemate)