]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_hook.qc
First part of a fix for untranslated item ammo names on drop: hack the item name...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_hook.qc
index d482f092d8db8df81741f08e5b8a770bbc0ce32f..68aa7154ecdc3928261ea584bd251be2c86d2c03 100644 (file)
@@ -328,7 +328,6 @@ void GrapplingHookTouch(entity this, entity toucher)
 
        if(toucher)
                //if(toucher.move_movetype != MOVETYPE_NONE)
-               if(!(toucher.flags & FL_PROJECTILE) || toucher.classname == "nade")
                {
                        SetMovetypeFollow(this, toucher);
                        WarpZone_RefSys_BeginAddingIncrementally(this, this.aiment);