Skip to content

fix players sometimes being revealed as dead when they chat/voicechat right as they die #5899

fix players sometimes being revealed as dead when they chat/voicechat right as they die

fix players sometimes being revealed as dead when they chat/voicechat right as they die #5899

Workflow file for this run

name: "Pull Request Workflow"
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
jobs:
# Enforces the update of a changelog file on every pull request
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip-changelog'