summaryrefslogtreecommitdiffstats
path: root/application/InstancePageProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/InstancePageProvider.h')
-rw-r--r--application/InstancePageProvider.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/InstancePageProvider.h b/application/InstancePageProvider.h
index 79bdb71b..1da4c9f1 100644
--- a/application/InstancePageProvider.h
+++ b/application/InstancePageProvider.h
@@ -56,12 +56,11 @@ public:
values.append(new NotesPage(legacy.get()));
values.append(new ScreenshotsPage(PathCombine(legacy->minecraftRoot(), "screenshots")));
values.append(new InstanceSettingsPage(legacy.get()));
- values.append(new OtherLogsPage(legacy->minecraftRoot(), inst->getLogFileMatcher()));
}
auto logMatcher = inst->getLogFileMatcher();
if(logMatcher)
{
- values.append(new OtherLogsPage(onesix->minecraftRoot(), logMatcher));
+ values.append(new OtherLogsPage(inst->getLogFileRoot(), logMatcher));
}
return values;
}