mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Profiles
|
||||
if (null != profile)
|
||||
{
|
||||
Byte[] charterMember;
|
||||
if(profile.CustomType == "")
|
||||
if (profile.CustomType == "")
|
||||
{
|
||||
charterMember = new Byte[1];
|
||||
charterMember[0] = (Byte)((profile.UserFlags & 0xf00) >> 8);
|
||||
|
||||
Reference in New Issue
Block a user