mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
forward McClient error as Task error
Signed-off-by: iTrooz <hey@itrooz.fr>
This commit is contained in:
@ -149,7 +149,7 @@ void McClient::writePacketToSocket(QByteArray &data) {
|
||||
|
||||
void McClient::emitFail(QString error) {
|
||||
qDebug() << "Minecraft server ping for status error:" << error;
|
||||
emit failed();
|
||||
emit failed(error);
|
||||
emit finished();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user