mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +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 )
|
||||
{
|
||||
Console.WriteLine( $" {item.Count} x {item.Definition.Name}" );
|
||||
Console.WriteLine( $" {item.Count} x {item.Definition?.Name ?? item.DefinitionId.ToString()}" );
|
||||
}
|
||||
|
||||
Console.WriteLine( $"" );
|
||||
|
Loading…
Reference in New Issue
Block a user