* Fixed all the obsolete warnings in the rest of the projects for the login changes.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1151 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Heightmap
|
||||
|
||||
if (!Client.Network.Login(FirstName, LastName, Password, "Heightmap", "jhurliman@wsu.edu"))
|
||||
{
|
||||
Console.WriteLine("Login failed: " + Client.Network.LoginMessage);
|
||||
Console.WriteLine("Login failed: " + Client.Network.LoginStatusMessage);
|
||||
Console.ReadKey();
|
||||
this.Close();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user