]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_impulse.qc
Convert remaining calls
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_impulse.qc
index bb4c171c87272a7ce10cba28b78a3654b17e01fc..f37e8a462a4a719a22e32a0b7d96d58ce292b0fe 100644 (file)
@@ -186,7 +186,7 @@ void ImpulseCommands (void)
                        case 33:
                                if(self.deadflag == DEAD_NO && teamplay)
                                {
-                                       if (!MUTATOR_CALLHOOK(HelpMePing))
+                                       if (!MUTATOR_CALLHOOK(HelpMePing, self))
                                        {
                                                wp = WaypointSprite_Attach("helpme", true, RADARICON_HELPME, '1 0.5 0');
                                                if(!wp)