From 97b5391118acc9b764876da9efe421026bda6e26 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Thu, 8 Sep 2005 13:03:38 +0000 Subject: [PATCH] Logs the map name on mapchange (as requested by lantz69 on forums) --- amxmodx/amxxlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/amxxlog.cpp b/amxmodx/amxxlog.cpp index 944b743d..7b0394bb 100755 --- a/amxmodx/amxxlog.cpp +++ b/amxmodx/amxxlog.cpp @@ -143,7 +143,7 @@ void CLog::MapChange() } else if (m_LogType == 1) { - Log("-------- Mapchange --------"); + Log("-------- Mapchange to %s --------", STRING(gpGlobals->mapname)); } else return;