diff --git a/libsecondlife/Login.cs b/libsecondlife/Login.cs index 0a340b08..d6575c1d 100644 --- a/libsecondlife/Login.cs +++ b/libsecondlife/Login.cs @@ -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; }