change interpretation of a viewer flag

This commit is contained in:
UbitUmarov
2019-04-06 21:26:12 +01:00
parent a25e18587c
commit ec6a52c029
3 changed files with 6 additions and 14 deletions

View File

@@ -369,7 +369,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// </summary>
public int IncomingOrphanedPacketCount { get; protected set; }
public bool SupportViewerObjectsCache = false;
public bool SupportViewerObjectsCache = true;
/// <summary>
/// Run queue empty processing within a single persistent thread.
/// </summary>