]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/miscfunctions.qc
Change jetpack to activate when pressing jump in the air
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / miscfunctions.qc
index 71294f1942affd51f53f1c37183a580a63d8122f..7eec95d0322d5e302cc288f2b4b8d134ed1c6309 100644 (file)
@@ -862,7 +862,6 @@ void readplayerstartcvars()
 
        if ((start_items & IT_JETPACK) || (g_grappling_hook && (start_weapons & WEPSET_HOOK)))
        {
-               g_grappling_hook = 0; // these two can't coexist, as they use the same button
                start_items |= IT_FUEL_REGEN;
                start_ammo_fuel = max(start_ammo_fuel, cvar("g_balance_fuel_rotstable"));
                warmup_start_ammo_fuel = max(warmup_start_ammo_fuel, cvar("g_balance_fuel_rotstable"));