]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_hook.qc
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_hook.qc
index a9f2bad8f4fa4308869820f209e5b242aa5a7ce3..a9b817006d918c9d16328e14d374ec1579170ccb 100644 (file)
@@ -291,7 +291,6 @@ float w_hook(float req)
                }
                case WR_SETUP:
                {
-                       weapon_setup(WEP_HOOK);
                        self.current_ammo = ammo_fuel;
                        self.hook_state &~= HOOK_WAITING_FOR_RELEASE;
                        return TRUE;