Use new GetIServer call and updated IServerTools calls on Blade Symphony.

This commit is contained in:
Nick Hastings
2021-10-12 20:56:51 -04:00
committed by Nicholas Hastings
parent 68c8857410
commit 9e083ec668
7 changed files with 9 additions and 127 deletions
+1
View File
@@ -910,6 +910,7 @@ static cell_t FindEntityByClassname(IPluginContext *pContext, const cell_t *para
|| SOURCE_ENGINE == SE_CSS \
|| SOURCE_ENGINE == SE_BMS \
|| SOURCE_ENGINE == SE_SDK2013 \
|| SOURCE_ENGINE == SE_BLADE \
|| SOURCE_ENGINE == SE_NUCLEARDAWN
static bool bHasServerTools3 = !!g_SMAPI->GetServerFactory(false)("VSERVERTOOLS003", nullptr);