move currency-base-uri simulator feature to global settings, based on [Economy] economy setting on opensim.ini. make sampleMoney honour it

This commit is contained in:
UbitUmarov
2020-05-10 21:27:23 +01:00
parent aafc6579a1
commit c15869438c
4 changed files with 40 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ namespace OpenSim.Region.Framework.Interfaces
void AddOpenSimExtraFeature(string name, OSD value);
bool RemoveFeature(string name);
bool TryGetFeature(string name, out OSD value);
bool TryGetOpenSimExtraFeature(string name, out OSD value);
OSDMap GetFeatures();
}
}