Skip to content

Commit

Permalink
Removed unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Sep 25, 2024
1 parent dde7712 commit d20b3af
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/net/lewmc/kryptonite/kos/config/Purpur.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,4 @@ public void setString(Key key, String value) {
cfg.set(key.toString(), value);
cfg.save();
}

/**
* Gets a requested key's value.
* @param key Key - The requested key.
*/
public Object getObject(Key key) {
ConfigurationUtil cfg = new ConfigurationUtil(this.plugin, this.user);
cfg.load("purpur.yml");
return cfg.get(key.toString());
}
}

0 comments on commit d20b3af

Please sign in to comment.