Skip to content
Snippets Groups Projects
Commit e1a760de authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Haaaack

parent b214f794
No related branches found
No related tags found
No related merge requests found
...@@ -352,11 +352,19 @@ bool LLGridManager::addGrid(LLSD& grid_data) ...@@ -352,11 +352,19 @@ bool LLGridManager::addGrid(LLSD& grid_data)
} }
else else
{ {
if (grid_data.has(GRID_GATEKEEPER))
{
mGridList[grid][GRID_GATEKEEPER] = grid_data[GRID_GATEKEEPER];
}
LL_WARNS("GridManager")<<"duplicate grid id '"<<grid_id<<"' ignored"<<LL_ENDL; LL_WARNS("GridManager")<<"duplicate grid id '"<<grid_id<<"' ignored"<<LL_ENDL;
} }
} }
else else
{ {
if (grid_data.has(GRID_GATEKEEPER))
{
mGridList[grid][GRID_GATEKEEPER] = grid_data[GRID_GATEKEEPER];
}
LL_WARNS("GridManager")<<"duplicate grid name '"<<grid<<"' ignored"<<LL_ENDL; LL_WARNS("GridManager")<<"duplicate grid name '"<<grid<<"' ignored"<<LL_ENDL;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment