Skip to content

Commit

Permalink
Merge pull request #1169 from drzel/hide-follow-flag
Browse files Browse the repository at this point in the history
Hide flag to carrier
  • Loading branch information
drzel authored Aug 17, 2023
2 parents 2c7e8fe + 335c815 commit 7379dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssqc/tfortmap.qc
Original file line number Diff line number Diff line change
Expand Up @@ -2199,6 +2199,7 @@ void () item_tfgoal_touch = {
newmis.movetype = MOVETYPE_FOLLOW;
newmis.aiment = other;
newmis.view_ofs = newmis.origin - other.origin;
newmis.nodrawtoclient = other;
}
};

Expand Down

0 comments on commit 7379dca

Please sign in to comment.