aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorDiva Canto2013-04-25 17:02:32 -0700
committerDiva Canto2013-04-25 17:02:32 -0700
commit2262b130482d54e6d61beacf9a403e2154f10019 (patch)
tree6f719236db779bcc5492bb6ef9ccc1d4d5c2089c /OpenSim/Region/ClientStack/Linden
parentGroups: make some methods protected. (diff)
parentChange EconomyDataRequest signature to use an IClientAPI rather than UUID. Th... (diff)
downloadopensim-SC-2262b130482d54e6d61beacf9a403e2154f10019.zip
opensim-SC-2262b130482d54e6d61beacf9a403e2154f10019.tar.gz
opensim-SC-2262b130482d54e6d61beacf9a403e2154f10019.tar.bz2
opensim-SC-2262b130482d54e6d61beacf9a403e2154f10019.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 1eb953c..bede379 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -9682,7 +9682,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9682 EconomyDataRequest handlerEconomoyDataRequest = OnEconomyDataRequest; 9682 EconomyDataRequest handlerEconomoyDataRequest = OnEconomyDataRequest;
9683 if (handlerEconomoyDataRequest != null) 9683 if (handlerEconomoyDataRequest != null)
9684 { 9684 {
9685 handlerEconomoyDataRequest(AgentId); 9685 handlerEconomoyDataRequest(this);
9686 } 9686 }
9687 return true; 9687 return true;
9688 } 9688 }