* Minor: If a user exists but has no inventory in standalone, automatically create new inventory folders

* This mirrors the grid behaviour
This commit is contained in:
Justin Clarke Casey
2008-03-31 18:29:08 +00:00
parent 48fc4ee059
commit 93303072dd
4 changed files with 27 additions and 39 deletions

View File

@@ -299,7 +299,7 @@ namespace OpenSim.Grid.UserServer
// In theory, the user will only ever be missing a root folder in situations where a grid
// which didn't previously run a grid wide inventory server is being transitioned to one
// which does.
if (null == folders | folders.Count == 0)
if (null == folders || folders.Count == 0)
{
m_log.Warn(
"[LOGIN]: " +