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

@ -91,6 +91,11 @@ namespace OpenSim.Region.Framework.Scenes
return 0;
uint priority;
// HACK
return GetPriorityByBestAvatarResponsiveness(client, entity);
switch (m_scene.UpdatePrioritizationScheme)
{