HACK force GetPriorityByBestAvatarResponsiveness ignoring configuration

avinationmerge
UbitUmarov 2014-08-19 04:56:33 +01:00
parent 9914e371af
commit 42a58101cf
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ namespace OpenSim.Region.Framework.Scenes
uint priority;
// HACK
return GetPriorityByBestAvatarResponsiveness(client, entity);
switch (m_scene.UpdatePrioritizationScheme)
{
case UpdatePrioritizationSchemes.Time: