diff options
author | Melanie | 2010-05-08 13:31:36 +0100 |
---|---|---|
committer | Melanie | 2010-05-08 13:31:36 +0100 |
commit | 14fcc2510ef9f1effc06d7e99b57f7f74de08eac (patch) | |
tree | e52f145ef2aac9a9cc7fb32a6a40e62f67991743 /OpenSim/Services/LLLoginService/LLLoginResponse.cs | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | test commit for panda (diff) | |
download | opensim-SC-14fcc2510ef9f1effc06d7e99b57f7f74de08eac.zip opensim-SC-14fcc2510ef9f1effc06d7e99b57f7f74de08eac.tar.gz opensim-SC-14fcc2510ef9f1effc06d7e99b57f7f74de08eac.tar.bz2 opensim-SC-14fcc2510ef9f1effc06d7e99b57f7f74de08eac.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index 0cd8f5b..dc5ca51 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -220,7 +220,7 @@ namespace OpenSim.Services.LLLoginService | |||
220 | SetDefaultValues(); | 220 | SetDefaultValues(); |
221 | } | 221 | } |
222 | 222 | ||
223 | public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, PresenceInfo pinfo, | 223 | public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, GridUserInfo pinfo, |
224 | GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService, | 224 | GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService, |
225 | string where, string startlocation, Vector3 position, Vector3 lookAt, string message, | 225 | string where, string startlocation, Vector3 position, Vector3 lookAt, string message, |
226 | GridRegion home, IPEndPoint clientIP) | 226 | GridRegion home, IPEndPoint clientIP) |
@@ -288,7 +288,7 @@ namespace OpenSim.Services.LLLoginService | |||
288 | } | 288 | } |
289 | } | 289 | } |
290 | 290 | ||
291 | private void FillOutHomeData(PresenceInfo pinfo, GridRegion home) | 291 | private void FillOutHomeData(GridUserInfo pinfo, GridRegion home) |
292 | { | 292 | { |
293 | int x = 1000 * (int)Constants.RegionSize, y = 1000 * (int)Constants.RegionSize; | 293 | int x = 1000 * (int)Constants.RegionSize, y = 1000 * (int)Constants.RegionSize; |
294 | if (home != null) | 294 | if (home != null) |