Skip to content

Commit 7d84c5d

Browse files
committed
Make warp-permission again package-private
1 parent 62cf950 commit 7d84c5d

File tree

1 file changed

+2
-2
lines changed
  • eternalcore-core/src/main/java/com/eternalcode/core/feature/warp/repository

1 file changed

+2
-2
lines changed

eternalcore-core/src/main/java/com/eternalcode/core/feature/warp/repository/WarpConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import net.dzikoysk.cdn.source.Source;
1515

1616
@ConfigurationFile
17-
public class WarpConfig implements ReloadableConfig {
17+
class WarpConfig implements ReloadableConfig {
1818

1919
@Description({"# Warps data", "# These are warp locations, for your own safety, please don't touch it."})
2020
public Map<String, WarpConfigEntry> warps = new HashMap<>();
@@ -25,7 +25,7 @@ public Resource resource(File folder) {
2525
}
2626

2727
@Contextual
28-
public static class WarpConfigEntry {
28+
static class WarpConfigEntry {
2929
public Position position;
3030
public List<String> permissions;
3131

0 commit comments

Comments
 (0)