* 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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user