mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge commit 'b907a66f394b279d3ca2b1ac620bc7bb13cc6dd2' into bigmerge
This commit is contained in:
@@ -44,9 +44,9 @@ namespace OpenSim.Services.Interfaces
|
||||
PrincipalID = principalID;
|
||||
}
|
||||
|
||||
public UserAccount(UUID scopeID, string firstName, string lastName, string email)
|
||||
public UserAccount(UUID scopeID, UUID principalID, string firstName, string lastName, string email)
|
||||
{
|
||||
PrincipalID = UUID.Random();
|
||||
PrincipalID = principalID;
|
||||
ScopeID = scopeID;
|
||||
FirstName = firstName;
|
||||
LastName = lastName;
|
||||
|
||||
Reference in New Issue
Block a user