Skip to content

Commit b198c45

Browse files
Update CustomMap.cs
Co-authored-by: Nicolaj 'Eastvillage' Ø Jensen <[email protected]>
1 parent d7d4c70 commit b198c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCS/ManagerTools/CustomMap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public CustomMap(string path)
4949
_originalMapPath = Path.Combine(mapsBasePath, MAP_SACRIFICE);
5050
_tempMapPath = Path.Combine(mapsBasePath, TEMP_MAP_NAME);
5151

52-
Logger.LogInformation($"Custom map detected, loading into {RL_MAP_KEY}");
52+
Logger.LogInformation($"Custom map detected. Temporarily replacing {RL_MAP_KEY}");
5353

5454
// don't overwrite the original map if it already exists
5555
if (!File.Exists(_tempMapPath))

0 commit comments

Comments
 (0)