Skip to content

Commit

Permalink
fix: use native getConfigDir
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed May 7, 2024
1 parent 51d4af6 commit 4866de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class FabricCrowdControlPlugin extends ConfiguratePlugin<ServerPlayer, Co
);
private final SoftLockResolver softLockResolver = new SoftLockResolver(this);
private final Map<UUID, SemVer> clientVersions = new HashMap<>();
private final @NotNull HoconConfigurationLoader configLoader = createConfigLoader(Path.of("config"));
private final @NotNull HoconConfigurationLoader configLoader = createConfigLoader(FabricLoader.getInstance().getConfigDir());
private static @MonotonicNonNull FabricCrowdControlPlugin instance;

public FabricCrowdControlPlugin() {
Expand Down

0 comments on commit 4866de8

Please sign in to comment.