* Default parcel flags now allow flying, landmark creation, object entry, deeding to group, terraforming, object creation and outside scripts.

This commit is contained in:
Adam Frisby
2007-07-13 19:51:05 +00:00
parent 985e0b765a
commit c0093052b0
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ namespace OpenSim.Region.Environment.Scenes
/// <returns></returns>
public bool Backup()
{
//eventManager.TriggerOnBackup(some engine);
return true;
}
#endregion