From 4c490741943d526bbcc6cf1a22a79fe400d49e23 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sun, 9 Sep 2012 01:22:00 -0400 Subject: [PATCH] Whoops, forgot about this when adding returns --- qcsrc/server/mutators/gamemode_ctf.qc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2