* Fixed typo in Login.cs.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1681 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-03-16 18:44:31 +00:00
parent 90863b202e
commit d8376f08e0

View File

@@ -415,7 +415,7 @@ namespace libsecondlife
// workaround for bots being caught up in a global ban
// This *should* be the hash of the first hard drive,
// but any unique identifier works.
loginParams.id0 = GetMac();
loginParams.id0 = GetMAC();
return loginParams;
}