Skip to content

Commit

Permalink
Attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Oct 1, 2023
1 parent d95d539 commit baf93f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ public static void load() {
}

if (registryClass != null) {
getRegistryId = Reflection.getMethod(registryClass, int.class, 0);
getRegistryId = Reflection.getMethod(registryClass, "a", int.class);
getRegistryById = Reflection.getMethod(registryClass, 0, int.class);
}

Expand Down

0 comments on commit baf93f5

Please sign in to comment.