Release 1.9.7.0 - Summer Update 2025
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Steamworks
|
||||
|
||||
uint _ = (uint)Helpers.MemoryBufferSize;
|
||||
|
||||
if ( SteamInventory.Internal is null || !SteamInventory.Internal.GetItemDefinitionProperty( Id, name, out var vl, ref _ ) )
|
||||
if ( SteamInventory.Internal is null || !SteamInventory.Internal.GetItemDefinitionProperty( Id, name, out var vl ) )
|
||||
return null;
|
||||
|
||||
if (name == null) //return keys string
|
||||
|
||||
Reference in New Issue
Block a user