diff options
author | lbsa71 | 2007-05-16 20:36:35 +0000 |
---|---|---|
committer | lbsa71 | 2007-05-16 20:36:35 +0000 |
commit | 3435e0cb3ac51aaa9433d446f4a9b498e789830a (patch) | |
tree | b16e53cd95b1045842973b32b9608646a80c356e /OpenSim.RegionServer/world/scripting | |
parent | * here goes nothing... (diff) | |
download | opensim-SC_OLD-3435e0cb3ac51aaa9433d446f4a9b498e789830a.zip opensim-SC_OLD-3435e0cb3ac51aaa9433d446f4a9b498e789830a.tar.gz opensim-SC_OLD-3435e0cb3ac51aaa9433d446f4a9b498e789830a.tar.bz2 opensim-SC_OLD-3435e0cb3ac51aaa9433d446f4a9b498e789830a.tar.xz |
* sing loud, sing proud, sing from the heart
Diffstat (limited to '')
-rw-r--r-- | OpenSim.RegionServer/world/scripting/Scripts/FollowRandomAvatar.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/world/scripting/Scripts/FollowRandomAvatar.cs b/OpenSim.RegionServer/world/scripting/Scripts/FollowRandomAvatar.cs index 388a95c..6a689ab 100644 --- a/OpenSim.RegionServer/world/scripting/Scripts/FollowRandomAvatar.cs +++ b/OpenSim.RegionServer/world/scripting/Scripts/FollowRandomAvatar.cs | |||
@@ -3,7 +3,7 @@ using System.Collections.Generic; | |||
3 | using System.Text; | 3 | using System.Text; |
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | 5 | ||
6 | namespace OpenSim.RegionServer.world.scripting.Scripts | 6 | namespace OpenSim.RegionServer.world.scripting |
7 | { | 7 | { |
8 | public class FollowRandomAvatar : Script | 8 | public class FollowRandomAvatar : Script |
9 | { | 9 | { |