mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
In order to pass ILandObject into IClientAPI.SendLandProperties(), had to push ILandObject and IPrimCounts into OpenSim.Framework from OpenSim.Region.Framework.Interfaces, in order to avoid ci Counts are showing odd behaviour at the moment, this will be addressed shortly.
This commit is contained in:
@@ -38,18 +38,4 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
|
||||
IPrimCounts GetPrimCounts(UUID parcelID);
|
||||
}
|
||||
|
||||
public interface IPrimCounts
|
||||
{
|
||||
int Owner { get; }
|
||||
int Group { get; }
|
||||
int Others { get; }
|
||||
int Simulator { get; }
|
||||
IUserPrimCounts Users { get; }
|
||||
}
|
||||
|
||||
public interface IUserPrimCounts
|
||||
{
|
||||
int this[UUID agentID] { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user