* 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:
baned
2007-04-27 01:00:09 +00:00
parent e5a9fbcdbf
commit eabfde13f3
13 changed files with 22 additions and 23 deletions

View File

@@ -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;