mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
refactored ChatModule a bit.
misc cleanup and code convention fixes.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public Int32 CreationDate;
|
||||
public uint ParentID = 0;
|
||||
|
||||
// Main grid has default permissions as follows
|
||||
// Main grid has default permissions as follows
|
||||
//
|
||||
public uint OwnerMask = FULL_MASK_PERMISSIONS_OWNER;
|
||||
public uint NextOwnerMask = OBJNEXT_OWNER;
|
||||
@@ -85,7 +85,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
[XmlIgnore]
|
||||
public uint TimeStampLastActivity = 0; // Will be used for AutoReturn
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Only used internally to schedule client updates
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user