Skip to content

chore: cleanup backwards compatability#7451

Open
Rathoz wants to merge 1 commit intomainfrom
cleanup-backwards-compat
Open

chore: cleanup backwards compatability#7451
Rathoz wants to merge 1 commit intomainfrom
cleanup-backwards-compat

Conversation

@Rathoz
Copy link
Copy Markdown
Collaborator

@Rathoz Rathoz commented Apr 30, 2026

Summary

Resolves #7274

Hjp botted it

How did you test this change?

@hjpalpha
Copy link
Copy Markdown
Collaborator

hjpalpha commented May 2, 2026

RFM, bot job done

@Rathoz Rathoz marked this pull request as ready for review May 2, 2026 17:22
@Rathoz Rathoz requested review from a team as code owners May 2, 2026 17:22
Copilot AI review requested due to automatic review settings May 2, 2026 17:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes backward-compatibility behavior in the TeamParticipants wiki input parser, aligning player “sub/former” handling to rely on status= rather than legacy type= values (per #7274).

Changes:

  • Removes implicit mapping from playerInput.type (sub/former) to player.extradata.status.
  • Writes extradata.status directly from playerInput.status during player parsing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lua/wikis/commons/TeamParticipants/Parse/Wiki.lua
Comment on lines +228 to 229
status = playerInput.status,
played = Logic.nilOr(playedInput, true),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up TeamParticipant type/status input

4 participants