Skip to content

Commit 8e48686

Browse files
authored
Merge pull request #155 from patchkit-net/features/v3.17.x.x/debug-menu
Fix v3.17.5.0-rc1
2 parents ce6be2a + be5aa38 commit 8e48686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/PatchKit Patcher/Scripts/Debug/DebugMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private void OpenLauncherLogFileLocation()
154154
OpenPopup("Access to Launcher in the editor is not possible");
155155
#else
156156
string logDirectoryPath = Patcher.Instance.Data.Value.LockFilePath.Replace(".lock","");
157-
Open(logDirectoryPath);
157+
OpenFile(logDirectoryPath);
158158
#endif
159159
}
160160

@@ -164,7 +164,7 @@ private void OpenLauncherLogFile()
164164
OpenPopup("Access to Launcher in the editor is not possible");
165165
#else
166166
string logPath = Patcher.Instance.Data.Value.LockFilePath.Replace(".lock","launcher-log.txt");
167-
Open(logPath);
167+
OpenFile(logPath);
168168
#endif
169169
}
170170

0 commit comments

Comments
 (0)