NOISSUE continue debranding...

This commit is contained in:
Petr Mrázek
2021-10-18 00:47:02 +02:00
parent 297d4b4196
commit 5b3dffce62
50 changed files with 255 additions and 172 deletions

View File

@ -63,7 +63,7 @@ void Task::start()
}
case State::Running:
{
qWarning() << "MultiMC tried to start task" << describe() << "while it was already running!";
qWarning() << "The launcher tried to start task" << describe() << "while it was already running!";
return;
}
}