LIBOMV-686 Cleanup of ObjectManager to make event classes less confusing, removes ObjectUpdated event as it duplicates the TerseObjectUpdate event.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3176 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenMetaverse.TestClient
|
||||
Description = "Import prims from an exported xml file. Usage: import inputfile.xml [usegroup]";
|
||||
Category = CommandCategory.Objects;
|
||||
|
||||
testClient.Objects.NewPrim += Objects_OnNewPrim;
|
||||
testClient.Objects.ObjectUpdate += Objects_OnNewPrim;
|
||||
}
|
||||
|
||||
public override string Execute(string[] args, UUID fromAgentID)
|
||||
|
||||
Reference in New Issue
Block a user