From dfea3e8a13568533974aa0bb61b929ef0c065633 Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Fri, 3 Nov 2006 13:27:17 +0000 Subject: [PATCH] corrected typo (at46807) --- amxmodx/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index a0b638ac..eceb41fa 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -598,7 +598,7 @@ int set_amxnatives(AMX* amx, char error[128]) if ((err = amx_Exec(amx, &retval, idx)) != AMX_ERR_NONE) { Debugger::GenericMessage(amx, err); - AMXXLOG_Log("An error occurred in plugins_native. This is dangerous!"); + AMXXLOG_Log("An error occurred in plugin_natives. This is dangerous!"); } }