This commit is contained in:
ineed bots 2023-08-30 15:36:58 -06:00
parent ad4191eb97
commit 5604709120
2 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
name: Deploy release name: Deploy release
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ build ] 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: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@v3.5.3 uses: actions/checkout@v3.5.3

View File

@ -2139,6 +2139,10 @@ namespace game
#pragma region "data" #pragma region "data"
#pragma endregion #pragma endregion
#pragma region "functions"
#pragma endregion
#pragma region "cscr_main" #pragma region "cscr_main"
WEAK symbol<unsigned int(scriptInstance_t inst, const char* file, PrecacheEntry* entries, int entriesCount)> Scr_LoadScriptInternal{ 0x0, 0x689980 }; WEAK symbol<unsigned int(scriptInstance_t inst, const char* file, PrecacheEntry* entries, int entriesCount)> Scr_LoadScriptInternal{ 0x0, 0x689980 };