mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
temporary HACK to not kill some viewers
This commit is contained in:
@@ -3111,6 +3111,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
m_LastLogin = Util.EnvironmentTickCount();
|
||||
|
||||
//HACK only send object animations to fs beta for now
|
||||
string viewername = Util.GetViewerName(aCircuit);
|
||||
if(sp != null && viewername.StartsWith("Firestorm-Betax64 6"))
|
||||
{
|
||||
sp.ControllingClient.DoObjectAnimations = true;
|
||||
}
|
||||
return sp;
|
||||
}
|
||||
|
||||
@@ -4190,7 +4196,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user