mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-28 10:24:20 +01:00
Update AllowDedicatedServers offset in loader.
This commit is contained in:
parent
68dcd2e40e
commit
4472cc4cc7
@ -52,7 +52,7 @@ static ISource2ServerConfig *config_iface = NULL;
|
||||
static QueryValveInterface gamedll_qvi = NULL;
|
||||
static int gamedll_version = 0;
|
||||
static int isgd_shutdown_index = -1;
|
||||
static int is2sc_allowdedi_index = 22;
|
||||
static int is2sc_allowdedi_index = 21;
|
||||
static char mm_path[PLATFORM_MAX_PATH];
|
||||
static bool g_is_source2 = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user