diff options
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/Interfaces/IUserService.cs b/OpenSim/Services/Interfaces/IUserService.cs index 8ea207a..35254a1 100644 --- a/OpenSim/Services/Interfaces/IUserService.cs +++ b/OpenSim/Services/Interfaces/IUserService.cs | |||
@@ -32,11 +32,11 @@ namespace OpenSim.Services.Interfaces | |||
32 | { | 32 | { |
33 | public class UserAccountData | 33 | public class UserAccountData |
34 | { | 34 | { |
35 | public UserData() | 35 | public UserAccountData() |
36 | { | 36 | { |
37 | } | 37 | } |
38 | 38 | ||
39 | public UserData(UUID userID, UUID homeRegionID, float homePositionX, | 39 | public UserAccountData(UUID userID, UUID homeRegionID, float homePositionX, |
40 | float homePositionY, float homePositionZ, float homeLookAtX, | 40 | float homePositionY, float homePositionZ, float homeLookAtX, |
41 | float homeLookAtY, float homeLookAtZ) | 41 | float homeLookAtY, float homeLookAtZ) |
42 | { | 42 | { |
@@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces | |||
80 | 80 | ||
81 | public class UserAccountDataMessage | 81 | public class UserAccountDataMessage |
82 | { | 82 | { |
83 | public UserData Data; | 83 | public UserAccountData Data; |
84 | 84 | ||
85 | // Set to the region's ID and secret when updating home location | 85 | // Set to the region's ID and secret when updating home location |
86 | // | 86 | // |