From 3f145f3250a3dcc48a08eedfec4ec24870bf0db8 Mon Sep 17 00:00:00 2001 From: maxime1907 <19607336+maxime1907@users.noreply.github.com> Date: Sat, 22 Apr 2023 13:13:55 +0200 Subject: [PATCH] fix: trigger ci with latest sm 1.11 --- extension.cpp | 2 +- smsdk_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension.cpp b/extension.cpp index 26e9dfd..787694d 100644 --- a/extension.cpp +++ b/extension.cpp @@ -185,4 +185,4 @@ bool SSF::RegisterConCommandBase(ConCommandBase *pVar) { /* Always call META_REGCVAR instead of going through the engine. */ return META_REGCVAR(pVar); -} \ No newline at end of file +} diff --git a/smsdk_config.h b/smsdk_config.h index 086bb32..9efec9d 100644 --- a/smsdk_config.h +++ b/smsdk_config.h @@ -40,7 +40,7 @@ /* Basic information exposed publicly */ #define SMEXT_CONF_NAME "SendSnapshotFixer" #define SMEXT_CONF_DESCRIPTION "Fixes the currently messed up sv_parallel_sendsnapshot" -#define SMEXT_CONF_VERSION "1.0" +#define SMEXT_CONF_VERSION "1.0.1" #define SMEXT_CONF_AUTHOR "maxime1907" #define SMEXT_CONF_URL "https://gitlab.com/counterstrikesource/sendsnapshotfixer" #define SMEXT_CONF_LOGTAG "SSF"