]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Whoops, forgot about this when adding returns
authorSamual Lenks <samual@xonotic.org>
Sun, 9 Sep 2012 05:22:00 +0000 (01:22 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 9 Sep 2012 05:22:00 +0000 (01:22 -0400)
qcsrc/server/mutators/gamemode_ctf.qc

index b58d60e43400ef48d4fd49ab700d24b9901d5494..7cfd3a3b719acdab5df3175e74bf1c7367951763 100644 (file)
@@ -1171,6 +1171,7 @@ MUTATOR_HOOKFUNCTION(ctf_VehicleEnter)
                        vh_player.flagcarried.scale = VEHICLE_FLAG_SCALE;
                        //vh_player.flagcarried.angles = '0 0 0';       
                }
+               return TRUE;
        }
                
        return FALSE;