From 560470912018b573e9a0d2ead7c1783b55a001a4 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Wed, 30 Aug 2023 15:36:58 -0600 Subject: [PATCH] All tags --- .github/workflows/build.yml | 2 +- src/game/clientscript_public.hpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5a3051..e3deef7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: name: Deploy release runs-on: ubuntu-latest needs: [ build ] - if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/develop') + if: startsWith(github.ref, 'refs/tags/') steps: - name: Check out files uses: actions/checkout@v3.5.3 diff --git a/src/game/clientscript_public.hpp b/src/game/clientscript_public.hpp index 25cdbe3..8a6141f 100644 --- a/src/game/clientscript_public.hpp +++ b/src/game/clientscript_public.hpp @@ -2139,6 +2139,10 @@ namespace game #pragma region "data" #pragma endregion +#pragma region "functions" + +#pragma endregion + #pragma region "cscr_main" WEAK symbol Scr_LoadScriptInternal{ 0x0, 0x689980 };