Changeset 1473 for trunk


Ignore:
Timestamp:
12/03/19 11:31:57 (4 years ago)
Author:
bnemhaus
Message:

We cannot see a reason why we shouldn't include Apollo functionality in multi user mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/ApolloSystem.java

    r1415 r1473  
    262262                Browser.main(args);
    263263               
    264                 if (!AuthenticatorBrowser.isAuthenticationRequired()) {
     264                //if (!AuthenticatorBrowser.isAuthenticationRequired()) {
    265265                        // If not running with authentication/login, then proceed with initializing Apollo
    266266                        EcosystemManager.getMiscManager().runOnGIOThread(new BlockingRunnable() {
     
    269269                                }
    270270                        });
    271                 }
     271                //}
    272272        }
    273273       
Note: See TracChangeset for help on using the changeset viewer.