Fix typo in sdktools error.
This commit is contained in:
parent
f351e20de3
commit
79f825cc44
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user