mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
fixing me some line endings
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
}
|
||||
}
|
||||
|
||||
public LSL_BuiltIn_Commands_Interface m_LSL_Functions;
|
||||
public LSL_BuiltIn_Commands_Interface m_LSL_Functions;
|
||||
public string SourceCode = "";
|
||||
|
||||
public LSL_BaseClass()
|
||||
@@ -453,7 +453,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
public int llGetUnixTime() { return m_LSL_Functions.llGetUnixTime(); }
|
||||
public int llGetParcelFlags(LSL_Types.Vector3 pos) { return m_LSL_Functions.llGetParcelFlags(pos); }
|
||||
public int llGetRegionFlags() { return m_LSL_Functions.llGetRegionFlags(); }
|
||||
public string llXorBase64StringsCorrect(string str1, string str2) { return m_LSL_Functions.llXorBase64StringsCorrect(str1, str2); }
|
||||
public string llXorBase64StringsCorrect(string str1, string str2) { return m_LSL_Functions.llXorBase64StringsCorrect(str1, str2); }
|
||||
public void llHTTPRequest(string url, List<string> parameters, string body) { m_LSL_Functions.llHTTPRequest(url, parameters, body); }
|
||||
public void llResetLandBanList() { m_LSL_Functions.llResetLandBanList(); }
|
||||
public void llResetLandPassList() { m_LSL_Functions.llResetLandPassList(); }
|
||||
|
||||
Reference in New Issue
Block a user