mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08: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
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user