Fix previous build break

0.6.1-post-fixes
Melanie Thielker 2008-11-17 04:34:19 +00:00
parent 928d003bf5
commit 08b1e1a1f6
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
if (UUID.TryParse(current, out uuid)) if (UUID.TryParse(current, out uuid))
{ {
if (uuid != uuid.Zero) if (uuid != UUID.Zero)
m_FunctionPerms[function].Add(uuid); m_FunctionPerms[function].Add(uuid);
} }
} }