diff options
author | Melanie | 2013-04-25 21:37:25 +0100 |
---|---|---|
committer | Melanie | 2013-04-25 21:37:25 +0100 |
commit | fb8aa220845c13872dbeae58efc6183ded7f7f52 (patch) | |
tree | fdc05e151953f1261cb9f66421edc7a4dc8bb46b /OpenSim/Region/ClientStack/Linden | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th... (diff) | |
download | opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.zip opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.gz opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.bz2 opensim-SC_OLD-fb8aa220845c13872dbeae58efc6183ded7f7f52.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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 b7469ae..800488d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -9863,7 +9863,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9863 | EconomyDataRequest handlerEconomoyDataRequest = OnEconomyDataRequest; | 9863 | EconomyDataRequest handlerEconomoyDataRequest = OnEconomyDataRequest; |
9864 | if (handlerEconomoyDataRequest != null) | 9864 | if (handlerEconomoyDataRequest != null) |
9865 | { | 9865 | { |
9866 | handlerEconomoyDataRequest(AgentId); | 9866 | handlerEconomoyDataRequest(this); |
9867 | } | 9867 | } |
9868 | return true; | 9868 | return true; |
9869 | } | 9869 | } |