mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add missing lsl stub for llXorBase64
This commit is contained in:
@@ -2016,6 +2016,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llWind(offset);
|
||||
}
|
||||
|
||||
public LSL_String llXorBase64(string str1, string str2)
|
||||
{
|
||||
return m_LSL_Functions.llXorBase64(str1, str2);
|
||||
}
|
||||
|
||||
public LSL_String llXorBase64Strings(string str1, string str2)
|
||||
{
|
||||
return m_LSL_Functions.llXorBase64Strings(str1, str2);
|
||||
|
||||
Reference in New Issue
Block a user