aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Constants.cs
diff options
context:
space:
mode:
authoronefang2019-07-25 00:23:57 +1000
committeronefang2019-07-25 00:23:57 +1000
commit73934c7cae0d295bbe0fde8f8502b0ccece2ba15 (patch)
treef8ed54476dcd3afbd6ec60ae80404c70992ecf63 /OpenSim/Framework/Constants.cs
parentAllow sitting on attachments, and attaching tings with people sitting on them. (diff)
downloadopensim-SC_OLD-73934c7cae0d295bbe0fde8f8502b0ccece2ba15.zip
opensim-SC_OLD-73934c7cae0d295bbe0fde8f8502b0ccece2ba15.tar.gz
opensim-SC_OLD-73934c7cae0d295bbe0fde8f8502b0ccece2ba15.tar.bz2
opensim-SC_OLD-73934c7cae0d295bbe0fde8f8502b0ccece2ba15.tar.xz
Combine LureModule and HGLureModule.
Still need to clean up after this, LureModule.cs isn't needed anymore.
Diffstat (limited to 'OpenSim/Framework/Constants.cs')
-rw-r--r--OpenSim/Framework/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs
index ac99a92..28055b8 100644
--- a/OpenSim/Framework/Constants.cs
+++ b/OpenSim/Framework/Constants.cs
@@ -83,7 +83,7 @@ namespace OpenSim.Framework
83 ViaLogin = 1 << 7, 83 ViaLogin = 1 << 7,
84 /// <summary>Linden Summoned</summary> 84 /// <summary>Linden Summoned</summary>
85 ViaGodlikeLure = 1 << 8, 85 ViaGodlikeLure = 1 << 8,
86 /// <summary>Linden Forced me</summary> 86 /// <summary>"Linden Forced me" it used to say, but the code says "This user will be a God in the destination scene, too", but then is ignored.</summary>
87 Godlike = 1 << 9, 87 Godlike = 1 << 9,
88 /// <summary></summary> 88 /// <summary></summary>
89 NineOneOne = 1 << 10, 89 NineOneOne = 1 << 10,