mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Update ClientProfile.java (#409)
This commit is contained in:
parent
46ce073a1f
commit
e3da81bc85
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ public enum Version {
|
||||||
MC1151("1.15.1", 575),
|
MC1151("1.15.1", 575),
|
||||||
MC1152("1.15.2", 578),
|
MC1152("1.15.2", 578),
|
||||||
MC1161("1.16.1", 736),
|
MC1161("1.16.1", 736),
|
||||||
MC1162("1.16.2", 739);
|
MC1162("1.16.2", 751);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue