make pointless loops no longer pointless

This commit is contained in:
Joseph (Joe) Winkie
2025-08-08 15:44:40 -10:00
committed by GitHub
parent 147f10fe66
commit 3aa619dd92

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
}
}