projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9ba93f
)
Whoops, forgot about this when adding returns
author
Samual Lenks <samual@xonotic.org>
Sun, 9 Sep 2012 05:22:00 +0000
(
01:22
-0400)
committer
Samual Lenks <samual@xonotic.org>
Sun, 9 Sep 2012 05:22:00 +0000
(
01:22
-0400)
qcsrc/server/mutators/gamemode_ctf.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/mutators/gamemode_ctf.qc
b/qcsrc/server/mutators/gamemode_ctf.qc
index b58d60e43400ef48d4fd49ab700d24b9901d5494..7cfd3a3b719acdab5df3175e74bf1c7367951763 100644
(file)
--- 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;