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"