Remove forcing of phantom on ground attached objects - attachments can be both non-phantom and flagged as physical.

As per Melanie
This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-24 22:45:51 +01:00
parent d5dc8133fc
commit 4b4c5e69e5
3 changed files with 2 additions and 7 deletions

View File

@@ -56,8 +56,8 @@ namespace OpenSim.Region.ClientStack.Linden
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private Scene m_scene;