This commit is contained in:
robotbrain 2013-12-10 18:06:35 -05:00
parent 6eb512e5d6
commit ecf7bcf184

View File

@ -545,7 +545,6 @@ void MainWindow::on_actionAddInstance_triggered()
}
}
//Copy-pasta to make it so you can't play without a real account
std::shared_ptr<MojangAccountList> accounts = MMC->accounts();
MojangAccountPtr account = accounts->activeAccount();
if(account.get() != nullptr && account->accountStatus() != NotVerified)