fix some issue on parcels loading and make parcels dwell show something. Resolution is 2.5min aprox.

This commit is contained in:
UbitUmarov
2017-05-14 01:44:04 +01:00
parent 25ca8695f3
commit cb21caae77
7 changed files with 74 additions and 26 deletions

View File

@@ -33,5 +33,6 @@ namespace OpenSim.Region.Framework.Interfaces
public interface IDwellModule
{
int GetDwell(UUID parcelID);
int GetDwell(LandData land);
}
}