NOISSUE fix liteloader uid where it is hardcoded hardcoded

This commit is contained in:
Petr Mrázek
2017-04-06 23:32:20 +02:00
parent 643d74f66c
commit dff307557b
3 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@ void OneSixProfileStrategy::loadUserPatches()
}
};
loadSpecial("net.minecraftforge", 5);
loadSpecial("com.liteloader", 10);
loadSpecial("com.mumfrey.liteloader", 10);
// now add all the patches by user sort order
ProfileUtils::PatchOrder userOrder;