Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -17,7 +17,7 @@ public class TileCableBusTESR extends TileCableBus
|
||||
tcb.copyFrom( this );
|
||||
getWorldObj().setTileEntity( xCoord, yCoord, zCoord, tcb );
|
||||
}
|
||||
catch (Throwable t)
|
||||
catch (Throwable ignored)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user