This commit is contained in:
Garry Newman 2016-11-17 23:22:08 +00:00
parent a1d458de00
commit 5cef85adb4

View File

@ -96,7 +96,7 @@ internal void ApplyResult( Result r )
{
if ( IsServer ) return;
if ( r.IsSuccess )
if ( r.IsSuccess && r.Items != null )
{
if ( Items == null )
Items = new Item[0];