mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-23 06:51:19 +01:00
ClientVersion: Adds 1.17.1 protocol version
This commit is contained in:
parent
749c3a9a28
commit
04bc2145a1
@ -101,6 +101,7 @@ public class ClientVersion {
|
||||
case 754:
|
||||
return ServerVersion.V1_16;
|
||||
case 755:
|
||||
case 756:
|
||||
return ServerVersion.V1_17;
|
||||
}
|
||||
return version > 498 ? ServerVersion.getServerVersion() : ServerVersion.UNKNOWN;
|
||||
|
Loading…
Reference in New Issue
Block a user