missed a uncatched exception

This commit is contained in:
Evenprime 2011-05-16 16:00:17 +02:00
parent 5a72df08f7
commit 1fe7aaa1ae
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: NoCheat
author: Evenprime
main: cc.co.evenprime.bukkit.nocheat.NoCheat
version: 1.00
version: 1.00a
commands:
nocheat:

View File

@ -104,7 +104,7 @@ public class SimpleYaml {
return ((Map<String, Object>)getProperty(path, node)).keySet();
}
catch(Exception e) {
e.printStackTrace();
//e.printStackTrace();
return new HashSet<String>();
}
}