keep economy (currency-base-uri) a local region setting for now, to avoid some potencial issues where grid side may override local modules

This commit is contained in:
UbitUmarov
2020-11-14 01:31:13 +00:00
parent 977dc0e31f
commit 7063013694

View File

@@ -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")