Skip to content

Commit

Permalink
Update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Aug 4, 2024
1 parent bd14b6d commit 6dba1b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import band.kessoku.lib.registry.api.Registry;

public class KessokuRegistryServices {
private static final Registry registry = ModUtils.load(Registry.class);
private static final Registry registry = ModUtils.loadService(Registry.class);

public static Registry getRegistry() {
return registry;
Expand Down

0 comments on commit 6dba1b0

Please sign in to comment.