make pointless loops no longer pointless #13

Merged
jjj333-p merged 1 commits from patch-2 into master 2025-08-09 07:21:22 +00:00

View File

@@ -410,12 +410,14 @@ func main() {
if v.XMLName.Local == "delay" { // CLasic history message
//ignore = true
//fmt.Println("ignoring!")
return //what is blud doing
}
}
for _, v := range msg.Unknown {
if v.XMLName.Local == "replace" {
correction = true
break // dont need to look at more fields
}
}