mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* 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:
@@ -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]: " +
|
||||
|
||||
Reference in New Issue
Block a user