fix bsg bug unloading last bullet in npc inventory

This commit is contained in:
Tyfon
2024-06-20 14:07:01 -07:00
parent cd9794676e
commit 391533ffd2
2 changed files with 53 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ namespace UIFixes
new OpenSortingTablePatch().Enable();
LoadAmmoInRaidPatches.Enable();
MultiSelectPatches.Enable();
new FixUnloadLastBulletPatch().Enable();
}
public static bool InRaid()