Update LogicBlock.java

This commit is contained in:
Anuken
2021-05-22 13:30:05 -04:00
committed by GitHub
parent 256482a486
commit 008b2c57c5
@@ -242,8 +242,7 @@ public class LogicBlock extends Block{
} }
updateCode(new String(bytes, charset)); updateCode(new String(bytes, charset));
}catch(IOException e){ }catch(Exception ignored){
Log.err(e);
} }
} }