Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix FU check
Dieser Commit ist enthalten in:
Ursprung
623cdaf881
Commit
39cb8fd554
@ -15,7 +15,7 @@ public class CollectionUtil {
|
|||||||
|
|
||||||
private static boolean checkForFastUtil() {
|
private static boolean checkForFastUtil() {
|
||||||
try {
|
try {
|
||||||
Class.forName("Int2IntMap");
|
Class.forName("it.unimi.dsi.fastutil.ints.Int2IntMap");
|
||||||
return true;
|
return true;
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
return false;
|
return false;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren