mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-15 22:02:28 +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 )
|
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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user