From c7664e6b960779355420e2c4db54c73e0fb6f6b1 Mon Sep 17 00:00:00 2001 From: Nyx <82726593+88572@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:45:48 -0500 Subject: [PATCH] fix: fix casing in comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5772b6d..0bcd44a 100644 --- a/main.go +++ b/main.go @@ -407,7 +407,7 @@ func main() { correction := false important := false for _, v := range msg.Unknown { - if v.XMLName.Local == "delay" { // CLasic history message + if v.XMLName.Local == "delay" { // Clasic history message //ignore = true //fmt.Println("ignoring!") }