mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-19 21:22:54 +00:00
All tags
This commit is contained in:
parent
ad4191eb97
commit
5604709120
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
@ -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 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user