mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
change llRequestDisplayName and llGetDisplayName
This commit is contained in:
@@ -966,12 +966,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llRequestUsername(id);
|
||||
}
|
||||
|
||||
public LSL_String llGetDisplayName(string id)
|
||||
public LSL_String llGetDisplayName(LSL_Key id)
|
||||
{
|
||||
return m_LSL_Functions.llGetDisplayName(id);
|
||||
}
|
||||
|
||||
public LSL_Key llRequestDisplayName(string id)
|
||||
public LSL_String llRequestDisplayName(LSL_Key id)
|
||||
{
|
||||
return m_LSL_Functions.llRequestDisplayName(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user