diff options
author | Diva Canto | 2014-09-28 16:10:57 -0700 |
---|---|---|
committer | Diva Canto | 2014-09-28 16:10:57 -0700 |
commit | 4e28a06f3cdfd10c9d42d9084846adea14983e3b (patch) | |
tree | fd9f0007b5242e265bd11a3c5a42f41c6a4283a6 /OpenSim/Region | |
parent | Improve on the last commit to InventoryArchiver: put back the original constr... (diff) | |
parent | When a prim is bought through BuySellModule, the click action is not changed ... (diff) | |
download | opensim-SC_OLD-4e28a06f3cdfd10c9d42d9084846adea14983e3b.zip opensim-SC_OLD-4e28a06f3cdfd10c9d42d9084846adea14983e3b.tar.gz opensim-SC_OLD-4e28a06f3cdfd10c9d42d9084846adea14983e3b.tar.bz2 opensim-SC_OLD-4e28a06f3cdfd10c9d42d9084846adea14983e3b.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Objects/BuySell/BuySellModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Objects/BuySell/BuySellModule.cs b/OpenSim/Region/CoreModules/World/Objects/BuySell/BuySellModule.cs index b8d4855..2abc910 100644 --- a/OpenSim/Region/CoreModules/World/Objects/BuySell/BuySellModule.cs +++ b/OpenSim/Region/CoreModules/World/Objects/BuySell/BuySellModule.cs | |||
@@ -141,6 +141,7 @@ namespace OpenSim.Region.CoreModules.World.Objects.BuySell | |||
141 | 141 | ||
142 | part.ObjectSaleType = 0; | 142 | part.ObjectSaleType = 0; |
143 | part.SalePrice = 10; | 143 | part.SalePrice = 10; |
144 | part.ClickAction = Convert.ToByte(0); | ||
144 | 145 | ||
145 | group.HasGroupChanged = true; | 146 | group.HasGroupChanged = true; |
146 | part.SendPropertiesToClient(remoteClient); | 147 | part.SendPropertiesToClient(remoteClient); |