Browse Source

fix manual_flag

cleanuppery
jake 6 months ago
parent
commit
30739b5d87
  1. 1
      psopacket/src/lib.rs

1
psopacket/src/lib.rs

@ -372,6 +372,7 @@ impl Parse for PSOPacketAttrs {
acc.1 = false;
}
if path.path.is_ident("manual_flag") {
acc.1 = false;
acc.2 = true;
}
}

Loading…
Cancel
Save