Add per-user checking to PrimLimitsModule

Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
Dev Random
2014-04-10 21:08:54 -04:00
committed by Melanie
parent 7c148d9b2f
commit f0998a9222
3 changed files with 88 additions and 24 deletions

View File

@@ -38,6 +38,7 @@ namespace OpenSim.Framework
int GetParcelMaxPrimCount();
int GetSimulatorMaxPrimCount();
int GetPrimsFree();
Dictionary<UUID, int> GetLandObjectOwners();
LandData LandData { get; set; }
bool[,] LandBitmap { get; set; }