Skip to content

Commit

Permalink
Remove use of config dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fooeyround authored Jun 21, 2024
1 parent 06eeb2e commit 253d999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tech/lemonlime/configured/Settings.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package tech.lemonlime.configured;

import dev.xpple.betterconfig.api.Config;
import tech.lemonlime.config.Option;


public class Settings {

Expand Down Expand Up @@ -38,7 +38,7 @@ public class Settings {


@Config
@Option(desc = "Test") // Test the Option Type
//@Option(desc = "Test") // Test the Option Type
public static boolean disablePVP = false;


Expand Down

0 comments on commit 253d999

Please sign in to comment.