Use correct inventoryController in ammobox unload
This commit is contained in:
@@ -201,7 +201,7 @@ public static class UnloadAmmoPatches
|
||||
|
||||
if (operation.Succeeded)
|
||||
{
|
||||
tempController.DestroyItem(ammoBox);
|
||||
inventoryController.DestroyItem(ammoBox);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user