Skip to content

Commit 13df628

Browse files
Fixed dependency downloader typo
1 parent 00765d5 commit 13df628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/illusion/skyblockcore/spigot/messaging/CommunicationRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static PacketProcessor getChosenProcessor(SkyblockPlugin main) {
3434
if (communicationType == CommunicationType.REDIS) {
3535
main.getDependencyDownloader().dependOn(
3636
"redis.clients.Jedis",
37-
"https://www.illusionthe.dev/dependencies/Skyblock.html",
37+
"https://www.illusionthe.dev/dependencies/Skyblock.jar",
3838
"SkyblockDependencies.jar"
3939
);
4040

0 commit comments

Comments
 (0)