bump to 3.0.1 and touch convar_class.inc & dhooks.inc so they reindex

This commit is contained in:
rtldg 2021-07-30 08:27:53 +00:00
parent fea39ce643
commit 32658a029d
3 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#endif #endif
#define _convar_class_included #define _convar_class_included
//
// todo: track previous default values // todo: track previous default values
static ArrayList _ConvarList; static ArrayList _ConvarList;

View File

@ -3,6 +3,7 @@
#endif #endif
#define _dhooks_included #define _dhooks_included
//
// Needed for the SDKFuncConfSource enum. // Needed for the SDKFuncConfSource enum.
#include <sdktools> #include <sdktools>

View File

@ -23,7 +23,7 @@
#endif #endif
#define _shavit_included #define _shavit_included
#define SHAVIT_VERSION "3.0.0" #define SHAVIT_VERSION "3.0.1"
#define STYLE_LIMIT 256 #define STYLE_LIMIT 256
#define MAX_ZONES 64 #define MAX_ZONES 64
#define MAX_STAGES 51 // 😐 kind of arbitrary but also some space between this and MAX_ZONES #define MAX_STAGES 51 // 😐 kind of arbitrary but also some space between this and MAX_ZONES