diff options
Diffstat (limited to 'gui/MainWindow.cpp')
-rw-r--r-- | gui/MainWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/MainWindow.cpp b/gui/MainWindow.cpp index 07398cb7..6db8e464 100644 --- a/gui/MainWindow.cpp +++ b/gui/MainWindow.cpp @@ -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) |