From eb0d2efa4823164c9878f8685b83163a132dbd18 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Sat, 8 Feb 2014 22:16:25 -0500 Subject: [PATCH] Fix typo in sdktools error. --- extensions/cstrike/natives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/cstrike/natives.cpp b/extensions/cstrike/natives.cpp index a22c7cbe..3b584bd0 100644 --- a/extensions/cstrike/natives.cpp +++ b/extensions/cstrike/natives.cpp @@ -184,7 +184,7 @@ static cell_t CS_SwitchTeam(IPluginContext *pContext, const cell_t *params) #else 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;