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