mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
ClientVersion 1.15
This commit is contained in:
parent
4fc6b1e87b
commit
4dff290689
@ -87,6 +87,10 @@ public class ClientVersion {
|
||||
case 490:
|
||||
case 498:
|
||||
return ServerVersion.V1_14;
|
||||
case 573:
|
||||
case 575:
|
||||
case 578:
|
||||
return ServerVersion.V1_15;
|
||||
}
|
||||
return version > 498 ? ServerVersion.getServerVersion() : ServerVersion.UNKNOWN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user