Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop showing suffix of vehicle if link needs reeling #74280

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

Bobtron
Copy link
Contributor

@Bobtron Bobtron commented Jun 3, 2024

Summary

Bugfixes "Stop showing suffix of vehicle in overextended link"

Purpose of change

Fixes #73859
Most basic fix that adds a condition to skip the code which adds the suffix. Ideally we should overhaul the needs_reeling state so that once a link overextends, the link is treated like it has no links

Describe the solution

Skips the line of code which appends the suffix shown in the issue. No logic changes etc.

Describe alternatives you've considered

Testing

Recreated scenario raised in the issue, and verified that the suffix no longer shows. Stepped through the code which is triggered on link overextension/link usage, and verified that nothing else is changed.

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) labels Jun 3, 2024
@Bobtron Bobtron changed the title Drop vehicle suffix if link needs reeling Stop showing suffix of vehicle if link needs reeling Jun 3, 2024
@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Jun 3, 2024
@Maleclypse Maleclypse merged commit bc994d7 into CleverRaven:master Jun 4, 2024
24 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wierd suffix in message: What to do with the extension cord?solar panel
2 participants