Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f145f3250 |
+1
-1
@@ -185,4 +185,4 @@ bool SSF::RegisterConCommandBase(ConCommandBase *pVar)
|
|||||||
{
|
{
|
||||||
/* Always call META_REGCVAR instead of going through the engine. */
|
/* Always call META_REGCVAR instead of going through the engine. */
|
||||||
return META_REGCVAR(pVar);
|
return META_REGCVAR(pVar);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
/* Basic information exposed publicly */
|
/* Basic information exposed publicly */
|
||||||
#define SMEXT_CONF_NAME "SendSnapshotFixer"
|
#define SMEXT_CONF_NAME "SendSnapshotFixer"
|
||||||
#define SMEXT_CONF_DESCRIPTION "Fixes the currently messed up sv_parallel_sendsnapshot"
|
#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_AUTHOR "maxime1907"
|
||||||
#define SMEXT_CONF_URL "https://gitlab.com/counterstrikesource/sendsnapshotfixer"
|
#define SMEXT_CONF_URL "https://gitlab.com/counterstrikesource/sendsnapshotfixer"
|
||||||
#define SMEXT_CONF_LOGTAG "SSF"
|
#define SMEXT_CONF_LOGTAG "SSF"
|
||||||
|
|||||||
Reference in New Issue
Block a user