[FIX] Замена 1.16 на 1.16.1 (#399)

This commit is contained in:
Andrew Molchanov 2020-06-30 15:44:06 +03:00 committed by GitHub
parent a1eec514bd
commit 6cf81e43ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"version": "1.16",
"assetIndex": "1.16",
"assetDir": "asset1.16",
"version": "1.16.1",
"assetIndex": "1.16.1",
"assetDir": "asset1.16.1",
"dir": "HiTech",
"info": "Информация о сервере",
"sortIndex": 0,

View File

@ -50,7 +50,7 @@ public final class ClientProfile implements Comparable<ClientProfile> {
MC115("1.15", 573),
MC1151("1.15.1", 575),
MC1152("1.15.2", 578),
MC116("1.16", 735);
MC1161("1.16.1", 736);
private static final Map<String, Version> VERSIONS;
static {