Make squads auto-create/disband, fix minor issues #91
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.
2DD6
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.
Fixes an issue with a missing translation for squads, on top of that makes it so there's no
/party create
anymore, instead parties are automatically created when you invite a player, and automatically disbanded when they're down to a single player left.Also makes it so a leader can /party leave as long as they're down to just 2 players instead of forcing them to /party disband, as the effect is the same; they'd leave, a single player would be left alone, and party would disband.
Ontop of that, it makes party implement audience, only a message is sent for auto-disbanding but maybe in the future we can expand the feedback, ie: tell party members when players are added/removed from the party etc