From 706301369423857dd4cd6740eeaf757f0c780a9c Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 14 Nov 2020 01:31:13 +0000 Subject: [PATCH] keep economy (currency-base-uri) a local region setting for now, to avoid some potencial issues where grid side may override local modules --- .../Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs index 4000257e9f..f389ba4703 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs @@ -358,9 +358,11 @@ namespace OpenSim.Region.ClientStack.Linden case "destination-guide-url": ginfo.DestinationGuideURL = val; break; + /* keep this local to avoid issues with diferent modules case "currency-base-uri": ginfo.EconomyURL = val; break; + */ default: extrasMap[key] = val; if (key == "ExportSupported")