mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Comment out unused access time method in MSSQL
* This should probably be being called in FetchAsset() instead as for all the other databases, but I lack the means to test MSSQL
This commit is contained in:
@@ -3378,7 +3378,6 @@ if (m_shape != null) {
|
||||
|
||||
#endregion Public Methods
|
||||
|
||||
|
||||
private byte GetAttachPointEncoded()
|
||||
{
|
||||
return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16));
|
||||
|
||||
Reference in New Issue
Block a user