From: Samual Lenks Date: Sun, 9 Sep 2012 05:22:00 +0000 (-0400) Subject: Whoops, forgot about this when adding returns X-Git-Tag: xonotic-v0.7.0~240^2~17 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4c490741943d526bbcc6cf1a22a79fe400d49e23;p=xonotic%2Fxonotic-data.pk3dir.git Whoops, forgot about this when adding returns --- diff --git a/qcsrc/server/mutators/gamemode_ctf.qc b/qcsrc/server/mutators/gamemode_ctf.qc index b58d60e43..7cfd3a3b7 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qc +++ b/qcsrc/server/mutators/gamemode_ctf.qc @@ -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;