diff options
author | Melanie | 2010-10-02 18:45:48 +0100 |
---|---|---|
committer | Melanie | 2010-10-02 18:45:48 +0100 |
commit | b01020b84a1ec6aea29732fd2d930522d1348213 (patch) | |
tree | 501bf583bbd764039913b3138f6a609575bbbfbf /OpenSim/Region/OptionalModules/World/MoneyModule | |
parent | Replace CalculateMass with a more accurate version, contributed by Ubit. (diff) | |
download | opensim-SC_OLD-b01020b84a1ec6aea29732fd2d930522d1348213.zip opensim-SC_OLD-b01020b84a1ec6aea29732fd2d930522d1348213.tar.gz opensim-SC_OLD-b01020b84a1ec6aea29732fd2d930522d1348213.tar.bz2 opensim-SC_OLD-b01020b84a1ec6aea29732fd2d930522d1348213.tar.xz |
Revert "Forward-port 0.6 fix"
This reverts commit 90b51dc7d67507e27c4baa529e979de19dce8de1.
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/MoneyModule')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs index d364df6..cc51c3b 100644 --- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs +++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | |||
@@ -814,7 +814,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
814 | 814 | ||
815 | IBuySellModule module = s.RequestModuleInterface<IBuySellModule>(); | 815 | IBuySellModule module = s.RequestModuleInterface<IBuySellModule>(); |
816 | if (module != null) | 816 | if (module != null) |
817 | module.BuyObject(remoteClient, categoryID, localID, saleType, salePrice); | 817 | module.BuyObject(remoteClient, categoryID, localID, saleType); |
818 | } | 818 | } |
819 | } | 819 | } |
820 | 820 | ||
@@ -825,4 +825,4 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
825 | Gift = 2, | 825 | Gift = 2, |
826 | Purchase = 3 | 826 | Purchase = 3 |
827 | } | 827 | } |
828 | } | 828 | } \ No newline at end of file |