Also set Godlike flag. Might be useful

avinationmerge
Melanie 2011-01-27 03:54:41 +01:00
parent 3b8b606eeb
commit 1f19bd5f90
1 changed files with 2 additions and 0 deletions

View File

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