mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T94, J super heavy
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e3fd0e20c1
commit
ff556e771f
@@ -627,7 +627,7 @@ namespace BlackMisc
|
||||
if (candidate.isEmpty()) { return true; } // we accept unspecified
|
||||
if (candidate.length() == 1)
|
||||
{
|
||||
return candidate == "L" || candidate == "M" || candidate == "H";
|
||||
return candidate == "L" || candidate == "M" || candidate == "H" || candidate == "J";
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user