From 46e63c0c71dde9e124236a2994c538ea88ac6e9e Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 6 Feb 2017 06:30:51 +1000 Subject: [PATCH] Add a console message when the map is changed --- qcsrc/common/mapinfo.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 73cad8a54..92ed2b9f1 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -1193,6 +1193,8 @@ void MapInfo_LoadMap(string s, float reinit) // MapInfo_SwitchGameType(MAPINFO_TYPE_DEATHMATCH.m_flags); //} + LOG_INFO("Switching to map ", s, "\n"); + cvar_settemp_restore(); if(reinit) localcmd(strcat("\nmap ", s, "\n")); -- 2.39.2