logic: refactored license checking

This commit is contained in:
Eberhard Graether
2016-10-08 15:45:11 +02:00
parent 1b8736a6e1
commit 0d950d96f5
5 changed files with 9 additions and 20 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void LicenseChecker::handleMessage(MessageDispatchWhenLicenseValid* message)
MessageStatus("ready").dispatch();
if (state == LICENSE_VALID || message->allowTrial)
if (state == LICENSE_VALID)
{
message->content->dispatch();
}