mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[Audio] Change Lavalink.jar version checking (#2785)
This commit is contained in:
committed by
Toby Harradine
parent
1804314f45
commit
065396abab
@@ -261,7 +261,7 @@ class ServerManager:
|
||||
# Output is unexpected, suspect corrupted jarfile
|
||||
return False
|
||||
build = int(match["build"])
|
||||
cls._up_to_date = build == JAR_BUILD
|
||||
cls._up_to_date = build >= JAR_BUILD
|
||||
return cls._up_to_date
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user