diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index c180565..0bec2a1 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -406,7 +406,7 @@ namespace OpenSim.Grid.UserServer | |||
406 | else | 406 | else |
407 | { | 407 | { |
408 | m_log.DebugFormat("[LOGIN]: Appearance not for {0} {1}. Creating default.", user.FirstName, user.SurName); | 408 | m_log.DebugFormat("[LOGIN]: Appearance not for {0} {1}. Creating default.", user.FirstName, user.SurName); |
409 | appearance = new AvatarAppearance(); | 409 | appearance = new AvatarAppearance(user.ID); |
410 | } | 410 | } |
411 | 411 | ||
412 | ArrayList SendParams = new ArrayList(); | 412 | ArrayList SendParams = new ArrayList(); |