mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
* minor: just a few formatting changes and log quietening
This commit is contained in:
@@ -186,7 +186,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
|
||||
if (!m_FunctionPerms.ContainsKey(function))
|
||||
{
|
||||
string perm = m_ScriptEngine.Config.GetString("Allow_"+function, "");
|
||||
string perm = m_ScriptEngine.Config.GetString("Allow_" + function, "");
|
||||
if (perm == "")
|
||||
{
|
||||
m_FunctionPerms[function] = null; // a null value is default
|
||||
|
||||
Reference in New Issue
Block a user