Skip to content

Commit

Permalink
-Yet another fix for inventories
Browse files Browse the repository at this point in the history
  • Loading branch information
chessmaster42 committed Aug 21, 2014
1 parent c797258 commit 83d6dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SEModAPIInternal/API/Entity/InventoryEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ protected void InternalUpdateItemAmount()
{
method = BackingObject.GetType().GetMethod(InventoryAddItemAmountMethod);
parameters = new object[] {
delta,
(MyFixedPoint)delta,
m_itemToUpdate.ObjectBuilder.PhysicalContent,
Type.Missing
};
Expand Down
4 changes: 2 additions & 2 deletions SEModAPIInternal/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.2.1.9")]
[assembly: AssemblyFileVersion("0.2.1.9")]
[assembly: AssemblyVersion("0.2.1.10")]
[assembly: AssemblyFileVersion("0.2.1.10")]

0 comments on commit 83d6dae

Please sign in to comment.