diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Constants.cs | 2 |
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, |