mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-14 19:41:21 +01:00
missed a uncatched exception
This commit is contained in:
parent
5a72df08f7
commit
1fe7aaa1ae
@ -3,7 +3,7 @@ name: NoCheat
|
||||
author: Evenprime
|
||||
|
||||
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
||||
version: 1.00
|
||||
version: 1.00a
|
||||
|
||||
commands:
|
||||
nocheat:
|
||||
|
@ -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>();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user