Also set Godlike flag. Might be useful
parent
61b67b2ead
commit
adb341e32f
|
@ -329,6 +329,8 @@ namespace OpenSim.Services.LLLoginService
|
|||
return LLFailedLoginResponse.GridProblem;
|
||||
}
|
||||
|
||||
if (account.UserLevel >= 200)
|
||||
flags |= TeleportFlags.Godlike;
|
||||
//
|
||||
// Get the avatar
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue