Update for b3337 (#1)

* Merge "BE fixes and additions"

* Merge "Add BattlEye server"

* Apply diff

* feat: bypass BE kicks from legit hosts

* fix: remove patched stuff

* Remove duplicate chat spammer notification (#2)

---------

Co-authored-by: Cringe-Arab <evmeschenco@gmail.com>
This commit is contained in:
Mr-X-GTA
2024-09-27 22:47:41 +02:00
committed by GitHub
parent f51e8c2ca5
commit 82b8eaef39
31 changed files with 512 additions and 100 deletions

View File

@ -29,7 +29,7 @@ jobs:
fi
build_nightly:
runs-on: [self-hosted, Windows]
runs-on: windows-latest
name: Build Nightly
needs: check_recent_commit
if: needs.check_recent_commit.outputs.should_run == 'true'