Skip to content

Commit

Permalink
#14 TR3 support postponed
Browse files Browse the repository at this point in the history
TR3 support postponed until globe logic worked out.
  • Loading branch information
lahm86 committed Jan 21, 2023
1 parent a3cec1f commit 4f0365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TRRandoTracker.Core/Tracker/TompTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class TompTracker

public TompTracker()
{
_watcher = new ProcessWatcher("tomb1main", "tomb2", "tomb3");
_watcher = new ProcessWatcher("tomb1main", "tomb2"/*, "tomb3"*/);
_watcher.ProcessStarted += Watcher_ProcessStarted;
_watcher.ProcessStopped += Watcher_ProcessStopped;

Expand Down

0 comments on commit 4f0365c

Please sign in to comment.