Skip to content

Commit

Permalink
Closes #3175
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Mar 29, 2024
1 parent 4707b60 commit 5e81c3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ internal AssetInInventory(Asset asset) : base(asset) {
AssetID = asset.AssetID;
}

internal Asset ToAsset() => new(Asset.SteamAppID, Asset.SteamCommunityContextID, ClassID, Amount, new InventoryDescription(Asset.SteamAppID, ClassID, tradable: false, realAppID: RealAppID, type: Type, rarity: Rarity), AssetID);
internal Asset ToAsset() => new(Asset.SteamAppID, Asset.SteamCommunityContextID, ClassID, Amount, new InventoryDescription(Asset.SteamAppID, ClassID, tradable: Tradable, realAppID: RealAppID, type: Type, rarity: Rarity), AssetID);
}

0 comments on commit 5e81c3f

Please sign in to comment.