mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 14:14:33 +00:00
Comp Reversions
This commit is contained in:
parent
d5a0cad2a2
commit
e96039866f
11 changed files with 135 additions and 150 deletions
|
|
@ -2019,7 +2019,7 @@ function CTFGame::awardScoreKill(%game, %killerID)
|
|||
function checkVehicleCamping( %team )
|
||||
{
|
||||
%position = $flagPos[%team];
|
||||
%radius = 15;
|
||||
%radius = 5;
|
||||
InitContainerRadiusSearch(%position, %radius, $TypeMasks::VehicleObjectType );
|
||||
|
||||
while ((%vehicle = containerSearchNext()) != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue