diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index a30cafd..62bcae7 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -237,7 +237,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
237 | private RequestPayPrice handlerRequestPayPrice = null; | 237 | private RequestPayPrice handlerRequestPayPrice = null; |
238 | private ObjectSaleInfo handlerObjectSaleInfo = null; | 238 | private ObjectSaleInfo handlerObjectSaleInfo = null; |
239 | private ObjectBuy handlerObjectBuy = null; | 239 | private ObjectBuy handlerObjectBuy = null; |
240 | private BuyObjectInventory handlerBuyObjectInventory = null; | 240 | //private BuyObjectInventory handlerBuyObjectInventory = null; |
241 | private ObjectDeselect handlerObjectDetach = null; | 241 | private ObjectDeselect handlerObjectDetach = null; |
242 | private AgentSit handlerOnUndo = null; | 242 | private AgentSit handlerOnUndo = null; |
243 | 243 | ||