madness of men

This commit is contained in:
2026-04-25 19:19:40 +00:00
parent 40f3ce9083
commit f9ddc36611
3 changed files with 7 additions and 5 deletions

View File

@@ -188,6 +188,7 @@ class CaseBlockEntity(blockPos: BlockPos, blockState: BlockState): NodeBlockEnti
override fun crash(error: String): Boolean {
if(isOn) {
beepAsync("--")
sendMachineEvent(MachineCrashEvent(this, error))
}
setRunning(false)
err = error