mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-13 11:41:48 +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