clear land object on delete

This commit is contained in:
UbitUmarov
2017-05-14 06:27:29 +01:00
parent 92df6095d5
commit 156707edfb
3 changed files with 19 additions and 1 deletions

View File

@@ -189,5 +189,7 @@ namespace OpenSim.Framework
/// </summary>
/// <returns>The music url.</returns>
string GetMusicUrl();
void Clear();
}
}