mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[ANY] Support 1.19.2
This commit is contained in:
parent
385f2d9ec5
commit
2d9037fedc
1 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,8 @@ public enum Version {
|
|||
MC1181("1.18.1", 757),
|
||||
MC1182("1.18.2", 758),
|
||||
MC119("1.19", 759),
|
||||
MC1191("1.19.1", 760);
|
||||
MC1191("1.19.1", 760),
|
||||
MC1192("1.19.2", 760);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue