* encapsulated some public fields

This commit is contained in:
lbsa71
2007-07-14 14:15:58 +00:00
parent 1a92dc9073
commit 0bb2b7f18d
4 changed files with 29 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ namespace OpenSim.Region.Environment.Scenes
this.CreateRootFromShape(ownerID, localID, shape, pos);
// Setup a backup event listener
world.eventManager.OnBackup += new EventManager.OnBackupDelegate(ProcessBackup);
world.EventManager.OnBackup += new EventManager.OnBackupDelegate(ProcessBackup);
}
/// <summary>