1
0
Fork
You've already forked RingRacersAP
1

Fix AP server + vanilla client character desync #37

Merged
TehRealSalt merged 1 commit from vanilla-chars-fix into master 2026年03月23日 19:46:32 +01:00
TehRealSalt commented 2026年03月23日 03:30:48 +01:00 (Migrated from github.com)
Copy link

Resolves #17

This is only a problem because AP clients add additional locking to the base 9 characters that vanilla clients do not have. The vanilla client skip them, while AP clients don't.

Reuse the last bit of availabilities as an AP client check. This should be safe because again, the unused parts are simply ignored, and the base game isn't close to reaching the cap.

Resolves #17 This is only a problem because AP clients add additional locking to the base 9 characters that vanilla clients do not have. The vanilla client skip them, while AP clients don't. Reuse the last bit of availabilities as an AP client check. This should be safe because again, the unused parts are simply ignored, and the base game isn't close to reaching the cap.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TehRealSalt/RingRacersAP!37
Reference in a new issue
TehRealSalt/RingRacersAP
No description provided.
Delete branch "vanilla-chars-fix"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?