change llRequestUsername

This commit is contained in:
UbitUmarov
2020-08-15 04:05:41 +01:00
parent 657b781f2f
commit 991b97db58
3 changed files with 38 additions and 6 deletions

View File

@@ -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);
}