We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f4a37 commit 7c740e8Copy full SHA for 7c740e8
src/main/java/net/earthcomputer/clientcommands/MulticonnectCompat.java
@@ -28,7 +28,7 @@ private MulticonnectCompat() {
28
return null;
29
}
30
try {
31
- return clazz.getMethod("getInstance").invoke(null);
+ return clazz.getMethod("instance").invoke(null);
32
} catch (ReflectiveOperationException e) {
33
throw new RuntimeException(e);
34
0 commit comments