diff --git a/Patches/UnloadAmmoPatches.cs b/Patches/UnloadAmmoPatches.cs index f88a2e4..af2299b 100644 --- a/Patches/UnloadAmmoPatches.cs +++ b/Patches/UnloadAmmoPatches.cs @@ -201,7 +201,7 @@ public static class UnloadAmmoPatches if (operation.Succeeded) { - tempController.DestroyItem(ammoBox); + inventoryController.DestroyItem(ammoBox); } else {