* Oops, turn off permissions debugging I stupidly hardcoded

0.6.0-stable
Justin Clarke Casey 2008-07-11 17:16:03 +00:00
parent f7d9b0bab7
commit 297ca095df
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
// Bypasses the permissions engine
private bool m_bypassPermissions = false;
private bool m_bypassPermissionsValue = true;
private bool m_debugPermissions = true;
private bool m_debugPermissions = false;
#endregion