mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
get rid of bogus log message
This commit is contained in:
@@ -2298,13 +2298,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <param name="rotation">The direction in which this avatar should now face.
|
||||
public void AddNewMovement(Vector3 vec, Quaternion rotation)
|
||||
{
|
||||
if (m_isChildAgent)
|
||||
{
|
||||
// WHAT???
|
||||
m_log.Debug("[SCENEPRESENCE]: AddNewMovement() called on child agent, making root agent!");
|
||||
return;
|
||||
}
|
||||
|
||||
m_perfMonMS = Util.EnvironmentTickCount();
|
||||
|
||||
Rotation = rotation;
|
||||
|
||||
Reference in New Issue
Block a user