Browse Source

LicenseSystem update

Josh Engebretson 10 years ago
parent
commit
2342803776
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicEditor/ui/modal/build/BuildSettingsWindow.ts

+ 1 - 1
Script/AtomicEditor/ui/modal/build/BuildSettingsWindow.ts

@@ -125,7 +125,7 @@ class BuildSettingsWindow extends ModalWindow {
 
                         var platform = toolSystem.getPlatformByName(name);
 
-                        if (platform.license) {
+                        if (!platform.license) {
                             this.hide();
                             EditorUI.getModelOps().showProPlatformWindow();
                             return true;