mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
put back getAgentIP bug restricted, script owner must be a Administrator (god)
This commit is contained in:
@@ -282,6 +282,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetAgents();
|
||||
}
|
||||
|
||||
public string osGetAgentIP(string agent)
|
||||
{
|
||||
return m_OSSL_Functions.osGetAgentIP(agent);
|
||||
}
|
||||
|
||||
// Animation Functions
|
||||
|
||||
public void osAvatarPlayAnimation(string avatar, string animation)
|
||||
|
||||
Reference in New Issue
Block a user