mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-03 01:00:20 +01:00
missed a uncatched exception
This commit is contained in:
parent
5a72df08f7
commit
1fe7aaa1ae
@ -3,7 +3,7 @@ name: NoCheat
|
|||||||
author: Evenprime
|
author: Evenprime
|
||||||
|
|
||||||
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
main: cc.co.evenprime.bukkit.nocheat.NoCheat
|
||||||
version: 1.00
|
version: 1.00a
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
nocheat:
|
nocheat:
|
||||||
|
@ -104,7 +104,7 @@ public class SimpleYaml {
|
|||||||
return ((Map<String, Object>)getProperty(path, node)).keySet();
|
return ((Map<String, Object>)getProperty(path, node)).keySet();
|
||||||
}
|
}
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
e.printStackTrace();
|
//e.printStackTrace();
|
||||||
return new HashSet<String>();
|
return new HashSet<String>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user