We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d4c70 commit b198c45Copy full SHA for b198c45
RLBotCS/ManagerTools/CustomMap.cs
@@ -49,7 +49,7 @@ public CustomMap(string path)
49
_originalMapPath = Path.Combine(mapsBasePath, MAP_SACRIFICE);
50
_tempMapPath = Path.Combine(mapsBasePath, TEMP_MAP_NAME);
51
52
- Logger.LogInformation($"Custom map detected, loading into {RL_MAP_KEY}");
+ Logger.LogInformation($"Custom map detected. Temporarily replacing {RL_MAP_KEY}");
53
54
// don't overwrite the original map if it already exists
55
if (!File.Exists(_tempMapPath))
0 commit comments