Fix typo in sdktools error.

This commit is contained in:
Ruben Gonzalez 2014-02-08 22:12:31 -05:00
parent f351e20de3
commit 79f825cc44

View File

@ -184,7 +184,7 @@ static cell_t CS_SwitchTeam(IPluginContext *pContext, const cell_t *params)
#else #else
if (g_pSDKTools == NULL) if (g_pSDKTools == NULL)
{ {
return pContext->ThrowNativeError("SDKTools interface not found. TerminateRound native disabled."); return pContext->ThrowNativeError("SDKTools interface not found. SwitchTeam native disabled.");
} }
static void *addr = NULL; static void *addr = NULL;