Skip to content

Commit 37fecdc

Browse files
committed
fix reserve map detection
1 parent 1703710 commit 37fecdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TarkovMonitor/GameWatcher.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static string GetDefaultLogsFolder()
139139
{ "laboratory_preset", "laboratory" },
140140
{ "labyrinth_preset", "Labyrinth" },
141141
{ "lighthouse_preset", "Lighthouse" },
142-
{ "rezerv_base_preset", "ReservBase" },
142+
{ "rezerv_base_preset", "RezervBase" },
143143
{ "sandbox_preset", "Sandbox" },
144144
{ "sandbox_high_preset", "Sandbox_high" },
145145
{ "shopping_mall", "Interchange" },
@@ -413,6 +413,7 @@ internal void GameWatcher_NewLogData(object? sender, NewLogDataEventArgs e)
413413
}*/
414414
if (eventLine.Contains("application|scene preset path:"))
415415
{
416+
// When a map starts loading
416417
raidInfo = new()
417418
{
418419
ProfileType = CurrentProfile.Type,

0 commit comments

Comments
 (0)