Skip to content

Commit

Permalink
Merge branch 'limit-throwflag-lockout-to-thrower' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Mar 17, 2024
2 parents b704f65 + 3cea3dc commit aae3988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ssqc/tfortmap.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2098,8 +2098,6 @@ void () item_tfgoal_touch = {
if (other == self.dropped_by && time < self.dropped_at + 0.75)
return;

local entity te;

local entity te;
// check if a wall or something is in the way of the flag
traceline(other.origin, self.origin, TRUE, world);
Expand Down

0 comments on commit aae3988

Please sign in to comment.