[FIX] Замена 1.16 на 1.16.1

This commit is contained in:
Andrew Molchanov 2020-06-27 00:41:21 +03:00
parent 3ad7002da7
commit 879354187a
No known key found for this signature in database
GPG key ID: 7C75AA362C5C27FC
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 {