Skip to content

Commit

Permalink
Fix Unintended Capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaod committed Aug 4, 2024
1 parent 0057522 commit b105bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/NewCTFFlag.uc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ function SendHome() {
}
}

if (Level.Game.bGameEnded == false)
SetCollision(false, false, false);

super.SendHome();

// CTFFlag.SendHome calls SetLocation before SetCollision.
Expand Down

0 comments on commit b105bfc

Please sign in to comment.