mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
bump srcwr💾 to v2.0.3 to fix bad replay paths
This commit is contained in:
parent
f924177098
commit
871c67deac
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
wget https://github.com/srcwr/eventqueuefixfix/releases/download/v1.0.1/eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip
|
||||
unzip eventqueuefixfix-v1.0.1-def5b0e-windows-x32.zip "addons/sourcemod/extensions/*"
|
||||
rm "addons/sourcemod/extensions/eventqueuefixfix.pdb"
|
||||
wget https://github.com/srcwr/srcwrfloppy/releases/download/v2.0.1/srcwrfloppy-v2.0.1.zip
|
||||
unzip -qO UTF-8 srcwrfloppy-v2.0.1.zip "addons/sourcemod/extensions/*"
|
||||
wget https://github.com/srcwr/srcwrfloppy/releases/download/v2.0.3/srcwrfloppy-v2.0.3.zip
|
||||
unzip -qO UTF-8 srcwrfloppy-v2.0.3.zip "addons/sourcemod/extensions/*"
|
||||
rm "addons/sourcemod/extensions/srcwr💾.pdb"
|
||||
|
||||
- name: Run compiler
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
// Copyright 2025 rtldg <rtldg@protonmail.com>
|
||||
|
||||
#if defined _floppy_included
|
||||
#if defined _srcwrfloppy_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _floppy_included
|
||||
#define _srcwrfloppy_included
|
||||
#pragma semicolon 1
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ public Extension __ext_srcwrfloppy =
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_EXTENSIONS
|
||||
public void __ext_floppy_SetNTVOptional()
|
||||
public void __ext_srcwrfloppy_SetNTVOptional()
|
||||
{
|
||||
MarkNativeAsOptional("SRCWRFloppy_AsyncSaveReplay");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user