Skip to content

Commit 887764c

Browse files
committed
Fixed windows Lavaplayer natives check
1 parent 4de39bd commit 887764c

File tree

1 file changed

+2
-2
lines changed
  • common/src/main/java/dev/felnull/imp/client/lava/hash

1 file changed

+2
-2
lines changed

common/src/main/java/dev/felnull/imp/client/lava/hash/IMPRHash.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ private boolean Windows(Type os, String arch) {
146146
Path file_path_lib = Paths.get(
147147
IamMusicPlayer.getConfig().IMPRFolder,
148148
IamMusicPlayer.getConfig().lavaNativesFolder,
149-
"windows-" + normalizedArch,
149+
"win-" + normalizedArch,
150150
"libmpg123-0.dll"
151151
);
152152
Path file_path_connector = Paths.get(
153153
IamMusicPlayer.getConfig().IMPRFolder,
154154
IamMusicPlayer.getConfig().lavaNativesFolder,
155-
"windows-" + normalizedArch,
155+
"win-" + normalizedArch,
156156
"connector.dll"
157157
);
158158
String hash_lib = HashWinLib(os.toString(), arch);

0 commit comments

Comments
 (0)