Players are Disconnected when recieving Death Message with Chat Open (incompatibility with Supplementaries) #217
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Manage Issues | |
| on: | |
| issues: | |
| types: [ labeled, unlabeled ] | |
| jobs: | |
| labels: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: FabricMC/fabric-action-scripts@v2 | |
| with: | |
| context: ${{ github.event.action }} | |
| label: ${{ github.event.label.name }} |