Skip to content

Commit

Permalink
Call the ProcessAccess method to get the POL process instead of the l…
Browse files Browse the repository at this point in the history
…ocal method.
  • Loading branch information
Kinematics committed Dec 24, 2012
1 parent 13e144c commit 41a66cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ParserCore/Monitors/RamReader/RamReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,8 @@ internal void ScanRAM()

// Note: Automatically disables LocateChatLog in FindFFXIProcess().

if (FindFFXIProcess() == false)
pol = ProcessAccess.GetFFXIProcess(0, null);
if (pol == null)
return;

// Section 1
Expand Down

0 comments on commit 41a66cc

Please sign in to comment.