Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
sputnikutah committed Oct 24, 2024
1 parent 905d3a8 commit 3658ca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ctf.qc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ void(entity flg) TeamDropFlag =

p = flg.owner;

if (p == world)
return; //already done.

if (p.team == RED)
{
announce2(p.netname," ���� the ���� flag!"); // blue
Expand All @@ -140,7 +143,7 @@ void(entity flg) TeamDropFlag =
announce2(p.netname," ���� the ��� flag!"); // red
}

// p.fctime += (time - p.flag_since);
p.fctime += (time - p.flag_since);

// if (clanring_playmode & CLANRING_MATCH_MODE)
// p.next_team.fctime += (time - p.flag_since);
Expand Down

0 comments on commit 3658ca8

Please sign in to comment.