remove a wrong virtual dec ( no overides, and cant really have if used on a constructor like in assetlandmark)

This commit is contained in:
UbitUmarov
2016-11-21 23:34:33 +00:00
parent 81ef04c9fd
commit 8c19ea910a

View File

@@ -155,7 +155,7 @@ namespace OpenSim.Framework
}
}
public virtual byte[] Data
public byte[] Data
{
get { return m_data; }
set { m_data = value; }