mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
InventoryTest.GetExchanges fix
This commit is contained in:
parent
a3419df3b9
commit
5475972ae7
@ -166,7 +166,7 @@ public async Task GetExchanges()
|
|||||||
|
|
||||||
foreach ( var item in exchange.Ingredients )
|
foreach ( var item in exchange.Ingredients )
|
||||||
{
|
{
|
||||||
Console.WriteLine( $" {item.Count} x {item.Definition.Name}" );
|
Console.WriteLine( $" {item.Count} x {item.Definition?.Name ?? item.DefinitionId.ToString()}" );
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine( $"" );
|
Console.WriteLine( $"" );
|
||||||
|
Loading…
Reference in New Issue
Block a user