mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Use parcel prim limit (not region limit) when checking if area is full.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace OpenSim.Region.OptionalModules
|
||||
{
|
||||
string response = null;
|
||||
|
||||
int simulatorCapacity = lo.GetSimulatorMaxPrimCount();
|
||||
int simulatorCapacity = lo.GetParcelMaxPrimCount();
|
||||
if ((objectCount + lo.PrimCounts.Total) > simulatorCapacity)
|
||||
{
|
||||
response = "Unable to rez object because the parcel is too full";
|
||||
|
||||
Reference in New Issue
Block a user