mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -322,7 +322,7 @@ namespace OpenSim.Region.CoreModules.Agent.Xfer
|
||||
public class XferDownLoad
|
||||
{
|
||||
public IClientAPI remoteClient;
|
||||
public byte[] Data = new byte[0];
|
||||
public byte[] Data = Array.Empty<byte>();
|
||||
public string FileName = String.Empty;
|
||||
public ulong XferID = 0;
|
||||
public bool isDeleted = false;
|
||||
|
||||
Reference in New Issue
Block a user