Skip to content

Commit

Permalink
Make warp-permission again package-private
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Jan 14, 2025
1 parent 62cf950 commit 7d84c5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import net.dzikoysk.cdn.source.Source;

@ConfigurationFile
public class WarpConfig implements ReloadableConfig {
class WarpConfig implements ReloadableConfig {

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

@Contextual
public static class WarpConfigEntry {
static class WarpConfigEntry {
public Position position;
public List<String> permissions;

Expand Down

0 comments on commit 7d84c5d

Please sign in to comment.