Small oversight in EconomyDataRequest - this would have affected everyone NOT using a money module.
parent
2262b13048
commit
ef08ab68a7
|
@ -690,8 +690,6 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
|
|||
/// <param name="agentId"></param>
|
||||
public void EconomyDataRequestHandler(IClientAPI user)
|
||||
{
|
||||
Scene s = LocateSceneClientIn(user.AgentId);
|
||||
|
||||
user.SendEconomyData(EnergyEfficiency, s.RegionInfo.ObjectCapacity, ObjectCount, PriceEnergyUnit, PriceGroupCreate,
|
||||
PriceObjectClaim, PriceObjectRent, PriceObjectScaleFactor, PriceParcelClaim, PriceParcelClaimFactor,
|
||||
PriceParcelRent, PricePublicObjectDecay, PricePublicObjectDelete, PriceRentLight, PriceUpload,
|
||||
|
|
Loading…
Reference in New Issue