Inventory Fix

This commit is contained in:
Garry Newman 2016-10-03 23:32:39 +01:00
parent b2a618b97f
commit 5eb5fccc03
2 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,7 @@ private void UpdateRequest()
if ( status == Valve.Steamworks.EResult.k_EResultPending ) if ( status == Valve.Steamworks.EResult.k_EResultPending )
return; return;
if ( status == Valve.Steamworks.EResult.k_EResultOK || status == Valve.Steamworks.EResult.k_EResultExpired ) if ( status == Valve.Steamworks.EResult.k_EResultOK )
{ {
RetrieveInventory(); RetrieveInventory();
return; return;

View File

@ -135,6 +135,7 @@
<Compile Include="Interop\steam_api_interop.cs" /> <Compile Include="Interop\steam_api_interop.cs" />
<Compile Include="Server.cs" /> <Compile Include="Server.cs" />
<Compile Include="Server\Auth.cs" /> <Compile Include="Server\Auth.cs" />
<Compile Include="Server\Query.cs" />
<Compile Include="Server\Stats.cs" /> <Compile Include="Server\Stats.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>