mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
and more work on those classes. Think they are just about ready to begin hooking them up.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user