bump srcwr💾 to v2.0.3 to fix bad replay paths

This commit is contained in:
rtldg 2025-07-19 19:26:10 +00:00
parent f924177098
commit 871c67deac
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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");
}