Refactor ResourcePack
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0b6ce5525d
commit
23ffc4d8b9
11 changed files with 114 additions and 358 deletions
|
@ -180,8 +180,10 @@ bool LocalWorldSaveParseTask::abort()
|
|||
|
||||
void LocalWorldSaveParseTask::executeTask()
|
||||
{
|
||||
if (!WorldSaveUtils::process(m_save))
|
||||
if (!WorldSaveUtils::process(m_save)) {
|
||||
emitFailed("this is not a world");
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_aborted)
|
||||
emitAborted();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue