Skip to content

Commit

Permalink
cap contesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain-dawg committed Jan 24, 2025
1 parent 94005eb commit 15b277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mge/mge.nut
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if (ENABLE_LEADERBOARD && ELO_TRACKING_MODE > 1)
cap_contested = true

//we don't own it, start capping point
if (owner_team != team && partial_cap_cooldowntime < Time())
if (owner_team != team && partial_cap_cooldowntime < Time() && !cap_contested)
{

//revert enemy partial cap progress first
Expand Down

0 comments on commit 15b277b

Please sign in to comment.