Vermunds/SkyrimSoulsRE

Patch for quick loot

Closed this issue · 1 comments

if (unpausedMenuCount) {
//Fix for QuickLoot
RE::IMenu* lootMenu = ui->GetMenu("LootMenu").get();
if (lootMenu) {
lootMenu->view->SetVisible(false);
}
}

This patch should no longer be necessary and is actually counter productive

I'm aware and it's already removed on my end. It was intended for the old version of the mod.
I changed a lot of things since this version, though it's not on Nexus yet as it's a going to be a major rework of the entire mod.
On that note, I should probably commit more often. Might as well start it now.