and more work on those classes. Think they are just about ready to begin hooking them up.

This commit is contained in:
MW
2007-08-03 14:47:38 +00:00
parent ad21cb2ea8
commit ec5ae36fda
3 changed files with 107 additions and 5 deletions

View File

@@ -582,7 +582,6 @@ namespace OpenSim.Region.Environment.Scenes
client.OnObjectName += PrimName;
client.OnLinkObjects += LinkObjects;
client.OnObjectDuplicate += DuplicateObject;
client.OnModifyTerrain += ModifyTerrain;
client.OnParcelPropertiesRequest += new ParcelPropertiesRequest(m_LandManager.handleParcelPropertiesRequest);
client.OnParcelDivideRequest += new ParcelDivideRequest(m_LandManager.handleParcelDivideRequest);