NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for minor Flame import problems
This commit is contained in:
@ -59,8 +59,6 @@ void Flame::FileResolvingTask::netJobFinished()
|
||||
{
|
||||
out.type = File::Type::SingleFile;
|
||||
}
|
||||
// FIXME: what are these?
|
||||
/*
|
||||
else if(strType == "ctoc")
|
||||
{
|
||||
out.type = File::Type::Ctoc;
|
||||
@ -69,13 +67,10 @@ void Flame::FileResolvingTask::netJobFinished()
|
||||
{
|
||||
out.type = File::Type::Cmod2;
|
||||
}
|
||||
*/
|
||||
else if(strType == "mod")
|
||||
{
|
||||
out.type = File::Type::Mod;
|
||||
}
|
||||
// FIXME: how to handle nested packs and folders?
|
||||
/*
|
||||
else if(strType == "folder")
|
||||
{
|
||||
out.type = File::Type::Folder;
|
||||
@ -84,7 +79,6 @@ void Flame::FileResolvingTask::netJobFinished()
|
||||
{
|
||||
out.type = File::Type::Modpack;
|
||||
}
|
||||
*/
|
||||
else
|
||||
{
|
||||
qCritical() << "Resolving of" << out.projectId << out.fileId << "failed because of unknown file type:" << strType;
|
||||
|
Reference in New Issue
Block a user