@@ -247,7 +247,7 @@ bool CS2ServerGUI::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen,
247247 GET_V_IFACE_ANY (GetServerFactory, Interfaces::server, IServerGameDLL, INTERFACEVERSION_SERVERGAMEDLL);
248248 GET_V_IFACE_ANY (GetServerFactory, Interfaces::gameclients, IServerGameClients, INTERFACEVERSION_SERVERGAMECLIENTS);
249249 GET_V_IFACE_ANY (GetEngineFactory, g_pNetworkServerService, INetworkServerService, NETWORKSERVERSERVICE_INTERFACE_VERSION);
250- GET_V_IFACE_ANY (GetEngineFactory, Interfaces::g_pSchemaSystem2 , CSchemaSystem, SCHEMASYSTEM_INTERFACE_VERSION);
250+ GET_V_IFACE_ANY (GetEngineFactory, g_pSchemaSystem , CSchemaSystem, SCHEMASYSTEM_INTERFACE_VERSION);
251251 GET_V_IFACE_CURRENT (GetEngineFactory, g_pGameResourceServiceServer, IGameResourceService, GAMERESOURCESERVICESERVER_INTERFACE_VERSION);
252252 GET_V_IFACE_CURRENT (GetEngineFactory, Interfaces::networkStringTableContainerServer, INetworkStringTableContainer, SOURCE2ENGINETOSERVERSTRINGTABLE_INTERFACE_VERSION);
253253 GET_V_IFACE_ANY (GetEngineFactory, Interfaces::gameEventSystem, IGameEventSystem, GAMEEVENTSYSTEM_INTERFACE_VERSION);
@@ -311,7 +311,7 @@ const char *CS2ServerGUI::GetLicense()
311311
312312const char *CS2ServerGUI::GetVersion ()
313313{
314- return " 1.0.4 " ;
314+ return " 1.0.5 " ;
315315}
316316
317317const char *CS2ServerGUI::GetDate ()
0 commit comments