Pause target lists on CMD_WAIT and handle longterm pause#7955
Merged
WatchTheFort merged 5 commits intoJun 24, 2026
Merged
Conversation
added 2 commits
June 14, 2026 10:46
So don't pretend that we are still targeting during pause. This was useful for the short time period that a Commander might be DGunning to prevent the appearance of the target list updating needlessly. Now, I'm not so sure. This could use a touch-up overall and I am not nearly convinced that this change accomplishes that above the minimum level. Pushing onward. Rocket emoji.
Contributor
Integration Test Results15 tests - 1 6 ✅ - 2 3s ⏱️ -1s For more details on these failures, see this check. Results for commit f4b4195. ± Comparison against base commit 96d4758. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
WatchTheFort
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work done
Pause target lists on CMD_WAIT.
Before:
After:
Could use more handiwork on this, but I kept it simple since the discrepancy here is small. I feel like I am breaking someone's spacebar heater, also.