fix manual_flag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jake 2023-11-18 22:31:40 -07:00
parent 908b58f1b9
commit 30739b5d87

View File

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