get rid of vestigal move to parameters

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-03 22:11:05 +01:00
parent b7a3f36c65
commit 2964467708
10 changed files with 28 additions and 41 deletions

View File

@@ -189,7 +189,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
m_log.DebugFormat(
"[NPC MODULE]: Moving {0} to {1} in {2}", sp.Name, pos, scene.RegionInfo.RegionName);
sp.DoMoveToPosition(0, pos, m_avatars[agentID]);
sp.DoMoveToPosition(pos);
}
}
}