mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
NRE
This commit is contained in:
parent
a1d458de00
commit
5cef85adb4
@ -96,7 +96,7 @@ namespace Facepunch.Steamworks
|
|||||||
{
|
{
|
||||||
if ( IsServer ) return;
|
if ( IsServer ) return;
|
||||||
|
|
||||||
if ( r.IsSuccess )
|
if ( r.IsSuccess && r.Items != null )
|
||||||
{
|
{
|
||||||
if ( Items == null )
|
if ( Items == null )
|
||||||
Items = new Item[0];
|
Items = new Item[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user