mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-09 20:30:03 +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 {
|
||||
return (T) constructor.newInstance(params);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
//e.printStackTrace();
|
||||
// Cannot create it
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user