1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Update offset for AllowDedicatedServer in loader.

This commit is contained in:
Nicholas Hastings 2015-09-22 07:33:27 -04:00
parent 112cbcaa3a
commit c9dae39e6b

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 = 20;
static int is2sc_allowdedi_index = 22;
static char mm_path[PLATFORM_MAX_PATH];
static bool g_is_source2 = false;