#5657 Fixed passing in the raw serial key
This commit is contained in:
parent
33ebe61ef2
commit
dce4b382e6
|
@ -34,7 +34,7 @@ SerialKey::SerialKey(std::string serial) :
|
|||
{
|
||||
string plainText = decode(serial);
|
||||
if (!plainText.empty()) {
|
||||
parse(serial);
|
||||
parse(plainText);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue