From af4a4c38b16572ba0c5dc74aba38c16e82a8c640 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Tue, 3 Feb 2004 15:31:04 +0000 Subject: [PATCH] *** empty log message *** --- amxmodx/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index e2ae84b5..40830635 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -59,7 +59,7 @@ void report_error( int code, char* fmt, ... ) //File fp( "error_amx.log","a" ); //fp << string; print_srvconsole( string ); - print_srvconsole("[AMX] Make sure that modules are compatible with AMX %s\n" , AMX_VERSION ); + print_srvconsole("[AMX] Make sure that modules are compatible with AMX Mod X %s\n" , AMX_VERSION ); print_srvconsole("[AMX] Please fix the problem then start the server again\n" ); } sleep( 5 );