refactor: cleanup ModLoaderType

This commit is contained in:
Sefa Eyeoglu
2022-04-14 21:55:03 +02:00
parent 18ac109e5a
commit 9fb5674233
5 changed files with 31 additions and 35 deletions

View File

@ -985,5 +985,5 @@ ModAPI::ModLoaderType PackProfile::getModLoader()
{
return ModAPI::Quilt;
}
return ModAPI::Any;
return ModAPI::Unspecified;
}