aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
diff options
context:
space:
mode:
authorJeff Ames2010-10-04 21:28:17 -0400
committerJeff Ames2010-10-04 21:28:17 -0400
commitbc9f793a92ab9b27a4cf3251fe586da70af03d42 (patch)
tree0a0e8fc19f4d52d2a6157ef5881439fde58493dd /OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
parentFormatting cleanup. (diff)
downloadopensim-SC_OLD-bc9f793a92ab9b27a4cf3251fe586da70af03d42.zip
opensim-SC_OLD-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.gz
opensim-SC_OLD-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.bz2
opensim-SC_OLD-bc9f793a92ab9b27a4cf3251fe586da70af03d42.tar.xz
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
index e42dbf2..7e1b5ac 100644
--- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
+++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
@@ -812,7 +812,7 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule
812 // gets the object data. If the data sent by the client doesn't match the object, the viewer probably has an 812 // gets the object data. If the data sent by the client doesn't match the object, the viewer probably has an
813 // old idea of what the object properties are. Viewer developer Hazim informed us that the base module 813 // old idea of what the object properties are. Viewer developer Hazim informed us that the base module
814 // didn't check the client sent data against the object do any. Since the base modules are the 814 // didn't check the client sent data against the object do any. Since the base modules are the
815 // 'crowning glory' examples of good practice.. 815 // 'crowning glory' examples of good practice..
816 816
817 // Validate that the object exists in the scene the user is in 817 // Validate that the object exists in the scene the user is in
818 SceneObjectPart part = s.GetSceneObjectPart(localID); 818 SceneObjectPart part = s.GetSceneObjectPart(localID);