Also set Godlike flag. Might be useful

viewer-2-initial-appearance
Melanie 2011-01-27 03:54:41 +01:00
parent 61b67b2ead
commit adb341e32f
1 changed files with 2 additions and 0 deletions

View File

@ -329,6 +329,8 @@ namespace OpenSim.Services.LLLoginService
return LLFailedLoginResponse.GridProblem;
}
if (account.UserLevel >= 200)
flags |= TeleportFlags.Godlike;
//
// Get the avatar
//