mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Add per-user checking to PrimLimitsModule
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user