From 8f977c912daf96657b0c6da4f19a8b899c9c3ca4 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Fri, 3 Apr 2026 15:09:33 +0200 Subject: [PATCH] whoops --- server/rds.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/rds.js b/server/rds.js index 601c944..ecd0cfc 100644 --- a/server/rds.js +++ b/server/rds.js @@ -274,7 +274,7 @@ class RDSDecoder { if(this.rt_ab) { if(this.rt1_to_clear) { this.rt1 = Array(64).fill(' '); - this.rt1_errors = Array(64).fill("0"); + this.rt1_errors = Array(64).fill("10"); this.rt1_to_clear = false; } @@ -313,7 +313,7 @@ class RDSDecoder { } else { if(this.rt0_to_clear) { this.rt0 = Array(64).fill(' '); - this.rt0_errors = Array(64).fill("0"); + this.rt0_errors = Array(64).fill("10"); this.rt0_to_clear = false; }