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