fix another typos

This commit is contained in:
UbitUmarov
2026-07-07 19:41:14 +01:00
parent b581699065
commit ff2d47b1a3
3 changed files with 3 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ namespace OpenSim.Services.Connectors
sendData["LastName"] = last;
sendData["Password"] = password;
if (!string.IsNullOrEmpty(email))
sendData["Email"] = first;
sendData["Email"] = email;
sendData["ScopeID"] = scopeID.ToString();
return SendAndGetReply(sendData);