* Fixed another null reference exception in asset code
* Added a debug logging on/off command to TestClient and a research command that is just a sandbox for random testing * Fixed the teleport callback * Added VisualParamGenerator that is like BodyShapeGenerator but different git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@867 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -112,8 +112,6 @@ namespace libsecondlife.TestClient
|
||||
|
||||
private void PrintPrompt()
|
||||
{
|
||||
//Console.Write(String.Format("{0} {1} - {2}> ", client.Self.FirstName, client.Self.LastName, client.Network.CurrentSim.Region.Name));
|
||||
|
||||
int online = 0;
|
||||
|
||||
foreach (SecondLife client in Clients.Values)
|
||||
|
||||
Reference in New Issue
Block a user