diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/UserManager.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index c99cf87..a3e3322 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.Grid.UserServer | |||
56 | /// </summary> | 56 | /// </summary> |
57 | /// <param name="response">The existing response</param> | 57 | /// <param name="response">The existing response</param> |
58 | /// <param name="theUser">The user profile</param> | 58 | /// <param name="theUser">The user profile</param> |
59 | public override void CustomiseResponse(ref LoginResponse response, ref UserProfileData theUser) | 59 | public override void CustomiseResponse( LoginResponse response, UserProfileData theUser) |
60 | { | 60 | { |
61 | // Load information from the gridserver | 61 | // Load information from the gridserver |
62 | SimProfile SimInfo = new SimProfile(); | 62 | SimProfile SimInfo = new SimProfile(); |