Browse Source

Fixed a bug unlocking products with multiple machine numbers

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
4b3632ac9c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp

+ 3
- 0
modules/juce_product_unlocking/marketplace/juce_OnlineUnlockStatus.cpp View File

@@ -207,6 +207,9 @@ static var machineNumberAllowed (StringArray numbersFromKeyFile,
if (result)
break;
}
if (result)
break;
}
}


Loading…
Cancel
Save