aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyWorld.cs
diff options
context:
space:
mode:
authorMW2007-08-10 18:52:46 +0000
committerMW2007-08-10 18:52:46 +0000
commitf147d8e0f035b4377f92dd22a546da1e523bf7fd (patch)
treefb02044c8b0668fd1fabf93e0ab00c0eb7a8658f /OpenSim/Region/Examples/SimpleApp/MyWorld.cs
parentI'm sorry but it has now became a case of either it goes or I go, so I'm remo... (diff)
downloadopensim-SC_OLD-f147d8e0f035b4377f92dd22a546da1e523bf7fd.zip
opensim-SC_OLD-f147d8e0f035b4377f92dd22a546da1e523bf7fd.tar.gz
opensim-SC_OLD-f147d8e0f035b4377f92dd22a546da1e523bf7fd.tar.bz2
opensim-SC_OLD-f147d8e0f035b4377f92dd22a546da1e523bf7fd.tar.xz
Few small fixes
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyWorld.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs
index 1a69e74..92dd61b 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs
@@ -61,7 +61,7 @@ namespace SimpleApp
61 client.OnUpdatePrimGroupPosition += this.UpdatePrimPosition; 61 client.OnUpdatePrimGroupPosition += this.UpdatePrimPosition;
62 client.OnRequestMapBlocks += this.RequestMapBlocks; 62 client.OnRequestMapBlocks += this.RequestMapBlocks;
63 client.OnTeleportLocationRequest += this.RequestTeleportLocation; 63 client.OnTeleportLocationRequest += this.RequestTeleportLocation;
64 client.OnGrapUpdate += this.MoveObject; 64 client.OnGrabUpdate += this.MoveObject;
65 client.OnNameFromUUIDRequest += this.commsManager.HandleUUIDNameRequest; 65 client.OnNameFromUUIDRequest += this.commsManager.HandleUUIDNameRequest;
66 66
67 client.OnCompleteMovementToRegion += delegate() 67 client.OnCompleteMovementToRegion += delegate()