mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-25 18:47:52 +01:00
Ignore these errors again.
This commit is contained in:
parent
cd78e311d5
commit
37dd46432a
@ -327,7 +327,7 @@ public class DefaultInstances implements InstanceProvider {
|
|||||||
try {
|
try {
|
||||||
return (T) constructor.newInstance(params);
|
return (T) constructor.newInstance(params);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
//e.printStackTrace();
|
||||||
// Cannot create it
|
// Cannot create it
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user