mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
commit
26835c79bb
1 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,8 @@ public enum Version {
|
|||
MC117("1.17", 755),
|
||||
MC1171("1.17.1", 756),
|
||||
MC118("1.18", 757),
|
||||
MC1181("1.18.1", 757);
|
||||
MC1181("1.18.1", 757),
|
||||
MC1182("1.18.2", 758);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue