diff options
author | Melanie | 2010-01-28 02:05:32 +0000 |
---|---|---|
committer | Melanie | 2010-01-28 02:05:32 +0000 |
commit | 6478bc9fb0279035ebd6be17e956f1e152e4e0a8 (patch) | |
tree | 4c323beed42b93688ac6a545d8ae9c0507acef9e /OpenSim/Framework | |
parent | Changes WorldCommModule to ISharedRegionModule. (diff) | |
parent | * .. More Endlines... (diff) | |
download | opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.zip opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.gz opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.bz2 opensim-SC-6478bc9fb0279035ebd6be17e956f1e152e4e0a8.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Clients/RegionClient.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/Clients/RegionClient.cs b/OpenSim/Framework/Communications/Clients/RegionClient.cs index 5ceaf39..ee7dec8 100644 --- a/OpenSim/Framework/Communications/Clients/RegionClient.cs +++ b/OpenSim/Framework/Communications/Clients/RegionClient.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications.Clients | |||
83 | } | 83 | } |
84 | // Add the regionhandle of the destination region | 84 | // Add the regionhandle of the destination region |
85 | ulong regionHandle = GetRegionHandle(region.RegionHandle); | 85 | ulong regionHandle = GetRegionHandle(region.RegionHandle); |
86 | args["destination_handle"] = OSD.FromString(regionHandle.ToString()); | 86 | args["destination_handle"] = OSD.FromString(regionHandle.ToString()); |
87 | args["teleport_flags"] = OSD.FromString(teleportFlags.ToString()); | 87 | args["teleport_flags"] = OSD.FromString(teleportFlags.ToString()); |
88 | 88 | ||
89 | string strBuffer = ""; | 89 | string strBuffer = ""; |
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3489af1..3f53258 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1447,10 +1447,10 @@ namespace OpenSim.Framework | |||
1447 | 1447 | ||
1448 | void SendUseCachedMuteList(); | 1448 | void SendUseCachedMuteList(); |
1449 | 1449 | ||
1450 | void SendMuteListUpdate(string filename); | 1450 | void SendMuteListUpdate(string filename); |
1451 | 1451 | ||
1452 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); | 1452 | void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); |
1453 | 1453 | ||
1454 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); | 1454 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); |
1455 | 1455 | ||
1456 | void KillEndDone(); | 1456 | void KillEndDone(); |