Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -340,7 +340,7 @@ public class ApiPart implements IPartHelper
|
||||
else
|
||||
AELog.info( "Layer " + layer + " not registered, " + layerInterface + " already has a layer." );
|
||||
}
|
||||
catch (Throwable t)
|
||||
catch (Throwable ignored)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user