From 3054a9176f11b24547199781217edc749b33bd8b Mon Sep 17 00:00:00 2001 From: timof121 <52547763+timof121@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:26:55 +0200 Subject: [PATCH] it is what it is --- PyOverlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyOverlay.py b/PyOverlay.py index c576f0e..15e7abd 100644 --- a/PyOverlay.py +++ b/PyOverlay.py @@ -855,7 +855,7 @@ def get_mc_path(self): class LinuxPaths(Paths): def get_lunar_path(self): - return "/.lunarclient/offline/1.8/logs/latest.log" + return "/.lunarclient/offline/multiver/logs/latest.log" def get_badlion_path(self): return "/.minecraft/logs/blclient/minecraft/latest.log"