From 79f825cc44998c2b43dcc33c6a4f3f537ee5767e Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez <drifter01620@gmail.com> Date: Sat, 8 Feb 2014 22:12:31 -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;