mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -1474,7 +1474,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
}
|
||||
public byte[] GetThrottlesPacked(float multiplier)
|
||||
{
|
||||
return new byte[0];
|
||||
return Array.Empty<byte>();
|
||||
}
|
||||
|
||||
#pragma warning disable 0067
|
||||
|
||||
Reference in New Issue
Block a user