Adds suppport for node lists. Tested and verified in CraftIRC
This commit is contained in:
parent
25ed7caa90
commit
3a05654540
@ -196,6 +196,7 @@ public class ConfigurationNode {
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public List<String> getKeys(String path) {
|
||||
if (path == null) return new ArrayList<String>(root.keySet());
|
||||
Object o = getProperty(path);
|
||||
if (o == null) {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user