TestClient cleanup
This commit is contained in:
@@ -11,8 +11,8 @@ namespace OpenMetaverse.TestClient
|
||||
|
||||
public override string Execute(string[] args, UUID fromAgentID)
|
||||
{
|
||||
return "CurrentSim: '" + Client.Network.CurrentSim.ToString() + "' Position: " +
|
||||
Client.Self.SimPosition.ToString();
|
||||
return "CurrentSim: '" + Client.Network.CurrentSim + "' Position: " +
|
||||
Client.Self.SimPosition;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user