mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +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);
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user