1
0
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:
Nicholas Hastings 2015-12-18 08:42:41 -05:00
parent 68dcd2e40e
commit 4472cc4cc7

View File

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