Skip to content

Commit

Permalink
chore: fix git info path
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Oct 15, 2024
1 parent 39f00c6 commit 146ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/city/norain/slimefun4/SlimefunExtended.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static boolean checkEnvironment(@Nonnull Slimefun sf) {
public static void init(@Nonnull Slimefun sf) {
EnvironmentChecker.scheduleSlimeGlueCheck(sf);

EnvUtil.init();
EnvUtil.init(sf);

checkDebug();

Expand Down

0 comments on commit 146ba7c

Please sign in to comment.