Everything changed. Clever commit message TBA

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@952 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-02-06 00:08:51 +00:00
parent 5c9c96c9c2
commit f8534129a1
17 changed files with 868 additions and 1043 deletions

View File

@@ -16,7 +16,8 @@ namespace libsecondlife.TestClient
public override string Execute(string[] args, LLUUID fromAgentID)
{
return "CurrentSim: '" + Client.Network.CurrentSim.Region.Name + "' Position: " + Client.Self.Position.ToString();
return "CurrentSim: '" + Client.Network.CurrentSim.ToString() + "' Position: " +
Client.Self.Position.ToString();
}
}
}