Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -232,7 +232,7 @@ public class BlockCableBus extends AEBaseBlock implements IRedNetConnection
|
||||
{
|
||||
return cb( world, x, y, z ).recolourBlock( side, AEColor.values()[colour], who );
|
||||
}
|
||||
catch (Throwable t)
|
||||
catch (Throwable ignored)
|
||||
{
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user