Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: issues related to party leadership and leaving a party (#1930)
• Leadership Transition in Party: Resolved the issue where party leadership was not being passed correctly (Resolves #1830). This fix ensures smooth transition of leadership as intended. • Leaving Party in Specific Conditions: Addressed a bug where players sometimes couldn't leave a party. The issue was identified in the 'Game::playerLeaveParty' function, which returned prematurely when a player was in a protection zone and in infight mode. This fix includes a check for the protection zone to ensure that players can leave the party as expected.
- Loading branch information