mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +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.isEmpty()) { return true; } // we accept unspecified
|
||||||
if (candidate.length() == 1)
|
if (candidate.length() == 1)
|
||||||
{
|
{
|
||||||
return candidate == "L" || candidate == "M" || candidate == "H";
|
return candidate == "L" || candidate == "M" || candidate == "H" || candidate == "J";
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user