From 1ec7fa8415c2ac64d1e117cefc493cfa9b107fdc Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Tue, 2 Apr 2024 17:39:35 -0700 Subject: [PATCH] oops --- tiles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tiles.ts b/tiles.ts index 8ff63685..fe30d1d9 100644 --- a/tiles.ts +++ b/tiles.ts @@ -771,7 +771,6 @@ namespace microcode { // these tids are dead if (tid == Tid.TID_ACTUATOR_MICROPHONE || tid == Tid.TID_FILTER_ACCEL) return false - return true const ext = jdExternalClass(tile) if (ext && !jacs.debugOut) { const count = jdc.numServiceInstances(ext)