mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user