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

This commit is contained in:
Andrew Molchanov 2020-06-30 15:44:18 +03:00 committed by GitHub
parent 3ad7002da7
commit 6c76e0758d
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

@ -410,7 +410,7 @@ public enum Version {
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 {