]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/unit/bumblebee.qc
Give players full protection from crushing for a few seconds after leaving a vehicle
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / unit / bumblebee.qc
index 598fcd7a7d18e452eb469138db802cbeb832b3f0..c77947fd80d5bf87cc2b11a0d8d36717cbc49783 100644 (file)
@@ -268,7 +268,6 @@ void bumblebee_gunner_exit(int _exitflag)
        player.teleportable       = TELEPORT_NORMAL;
        player.switchweapon   = gunner.switchweapon;
        player.vehicle_enter_delay = time + 2;
-       player.spawnshieldtime = time + 0.5;
 
        fixedmakevectors(vehic.angles);