ball damage

This commit is contained in:
lda
2025-10-27 06:41:21 +07:00 Unverified
parent 17431b1c83
commit 40cb8faa59
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -33,6 +33,7 @@ pub async fn get(
neighbour_message_item.header.family,
AddressFamily::Inet | AddressFamily::Inet6
) || matches!(neighbour_message_item.header.state, NeighbourState::Noarp)
// copilot says this to match ip -j n s
{
continue 'big;
}