mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 22:18:11 +03:00
Compile fix
This commit is contained in:
parent
a0974e9ba3
commit
abb4b7f6b6
@ -98,7 +98,7 @@ namespace Steamworks
|
|||||||
if ( _properties!= null && _properties.TryGetValue( name, out string val ) )
|
if ( _properties!= null && _properties.TryGetValue( name, out string val ) )
|
||||||
return val;
|
return val;
|
||||||
|
|
||||||
uint _ = (uint)Helpers.MaxMemorySize;
|
uint _ = (uint)Helpers.MemoryBufferSize;
|
||||||
|
|
||||||
if ( !SteamInventory.Internal.GetItemDefinitionProperty( Id, name, out var vl, ref _ ) )
|
if ( !SteamInventory.Internal.GetItemDefinitionProperty( Id, name, out var vl, ref _ ) )
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user