mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
fix a string format
This commit is contained in:
@@ -266,7 +266,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||||||
{
|
{
|
||||||
m_host.AddScriptLPS(1);
|
m_host.AddScriptLPS(1);
|
||||||
if (!m_OSFunctionsEnabled)
|
if (!m_OSFunctionsEnabled)
|
||||||
OSSLError(String.Format("{0} permission denied. All OS functions are disabled.")); // throws
|
OSSLError("permission denied. All OS functions are disabled."); // throws
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns if the function is allowed. Throws a script exception if not allowed.
|
// Returns if the function is allowed. Throws a script exception if not allowed.
|
||||||
|
|||||||
Reference in New Issue
Block a user