From 5581da4bc4abf6475ab97a877a87a1a06a92f99a Mon Sep 17 00:00:00 2001 From: aleos Date: Tue, 28 Aug 2018 11:03:34 -0400 Subject: [PATCH] Follow up to e469f5f * Corrected map loaded message when no maps are removed. --- src/map/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/map.cpp b/src/map/map.cpp index b8ff11b779..eff2ee2649 100644 --- a/src/map/map.cpp +++ b/src/map/map.cpp @@ -3780,7 +3780,7 @@ int map_readallmaps (void) ShowNotice("Maps removed: '" CL_WHITE "%d" CL_RESET "'" CL_CLL ".\n", maps_removed); // finished map loading - ShowInfo("Successfully loaded '" CL_WHITE "%d" CL_RESET "' maps.\n",map_num); + ShowInfo("Successfully loaded '" CL_WHITE "%d" CL_RESET "' maps." CL_CLL "\n",map_num); return 0; }