mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 03:05:41 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -256,7 +256,7 @@ namespace OpenSim.Services.MapImageService
|
||||
else
|
||||
{
|
||||
//m_log.DebugFormat("[MAP IMAGE SERVICE]: unable to get file {0}", fileName);
|
||||
return new byte[0];
|
||||
return Array.Empty<byte>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user