mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild)
This commit is contained in:
@@ -1282,5 +1282,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
m_OSSL_Functions.osPreloadSound(linknum, sound);
|
||||
}
|
||||
|
||||
public LSL_String osDetectedCountry(LSL_Integer number)
|
||||
{
|
||||
return m_OSSL_Functions.osDetectedCountry(number);
|
||||
}
|
||||
|
||||
public LSL_String osGetAgentCountry(LSL_Key agentId)
|
||||
{
|
||||
return m_OSSL_Functions.osGetAgentCountry(agentId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user