]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_impulse.qc
workaround for when a sprite is already attached: append a "needing help!" text
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_impulse.qc
index c4b7370216d5eb2995210782155036439797a268..6374bd2c016501737f00c805adf352c110aeb9f2 100644 (file)
@@ -163,7 +163,7 @@ void ImpulseCommands (void)
                                        if(!wp)
                                                wp = self.waypointsprite_attachedforcarrier; // flag sprite?
                                        if(wp)
-                                               WaypointSprite_Ping(wp);
+                                               WaypointSprite_HelpMePing(wp);
                                        sprint(self, "HELP ME attached\n");
                                }
                                break;