mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Inventory Fix
This commit is contained in:
parent
b2a618b97f
commit
5eb5fccc03
@ -125,7 +125,7 @@ namespace Facepunch.Steamworks
|
||||
if ( status == Valve.Steamworks.EResult.k_EResultPending )
|
||||
return;
|
||||
|
||||
if ( status == Valve.Steamworks.EResult.k_EResultOK || status == Valve.Steamworks.EResult.k_EResultExpired )
|
||||
if ( status == Valve.Steamworks.EResult.k_EResultOK )
|
||||
{
|
||||
RetrieveInventory();
|
||||
return;
|
||||
|
@ -135,6 +135,7 @@
|
||||
<Compile Include="Interop\steam_api_interop.cs" />
|
||||
<Compile Include="Server.cs" />
|
||||
<Compile Include="Server\Auth.cs" />
|
||||
<Compile Include="Server\Query.cs" />
|
||||
<Compile Include="Server\Stats.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user