Browse Source

Follow up to e469f5f
* Corrected map loaded message when no maps are removed.

aleos 6 years ago
parent
commit
5581da4bc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/map.cpp

+ 1 - 1
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;
 }