mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user