Minor formatting cleanup.
parent
03e3f88059
commit
eee31c6f28
|
@ -190,7 +190,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
if (bool.TryParse(perm, out allowed))
|
if (bool.TryParse(perm, out allowed))
|
||||||
{
|
{
|
||||||
// Boolean given
|
// Boolean given
|
||||||
if(allowed)
|
if (allowed)
|
||||||
m_FunctionPerms[function] = null; // a null value is all
|
m_FunctionPerms[function] = null; // a null value is all
|
||||||
else
|
else
|
||||||
m_FunctionPerms[function] = new List<UUID>(); // Empty list = none
|
m_FunctionPerms[function] = new List<UUID>(); // Empty list = none
|
||||||
|
|
Loading…
Reference in New Issue