TestClient: Cleaned up Command->Client references.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@796 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -8,14 +8,10 @@ namespace libsecondlife.TestClient
|
||||
{
|
||||
public class FindSimCommand : Command
|
||||
{
|
||||
SecondLife Client;
|
||||
Dictionary<SecondLife, bool> GridDataCached = new Dictionary<SecondLife, bool>();
|
||||
|
||||
public FindSimCommand(TestClient testClient)
|
||||
{
|
||||
TestClient = testClient;
|
||||
Client = (SecondLife)TestClient;
|
||||
|
||||
Name = "findsim";
|
||||
Description = "Searches for a simulator and returns information about it. Usage: findsim [Simulator Name]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user