fix(multiplayer): wrong port.

This commit is contained in:
huanghongxun
2021-09-27 22:18:48 +08:00
parent a58de31d4b
commit 8a3cdfb14c
9 changed files with 125 additions and 44 deletions

View File

@@ -20,8 +20,7 @@ package org.jackhuang.hmcl.util;
import java.util.Comparator;
import java.util.Objects;
public class Range<T> {
public final class Range<T> {
@SuppressWarnings({"rawtypes", "unchecked"})
private enum ComparableComparator implements Comparator {