Update LogicBlock.java

This commit is contained in:
Anuken
2021-05-22 13:30:05 -04:00
committed by GitHub
parent 256482a486
commit 008b2c57c5

View File

@@ -242,8 +242,7 @@ public class LogicBlock extends Block{
}
updateCode(new String(bytes, charset));
}catch(IOException e){
Log.err(e);
}catch(Exception ignored){
}
}