Skip to content

Commit 0f3d7b3

Browse files
committed
Fix windows and MacOS Hash System Add more Logging
1 parent ee7ee99 commit 0f3d7b3

File tree

4 files changed

+912
-777
lines changed

4 files changed

+912
-777
lines changed

common/src/main/java/dev/felnull/imp/IamMusicPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static void checkAndResetConfig() {
7070
CONFIG.lavaPlayerNativesURL =
7171
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer/natives_link.json";
7272
CONFIG.hashBaseUrl =
73-
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer/";
73+
"https://raw.githubusercontent.com/Mod-Sauce/test_lavaplayer_IMP/refs/heads/main/lavaplayer";
7474
CONFIG.IMPRFolder = "iammusicplayerrenewed";
7575
CONFIG.lavaNativesFolder = "lavaplayer_natives";
7676
CONFIG.hideDisplaySprite = false;

0 commit comments

Comments
 (0)