From 73934c7cae0d295bbe0fde8f8502b0ccece2ba15 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 25 Jul 2019 00:23:57 +1000 Subject: Combine LureModule and HGLureModule. Still need to clean up after this, LureModule.cs isn't needed anymore. --- OpenSim/Framework/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Constants.cs') 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 ViaLogin = 1 << 7, /// Linden Summoned ViaGodlikeLure = 1 << 8, - /// Linden Forced me + /// "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. Godlike = 1 << 9, /// NineOneOne = 1 << 10, -- cgit v1.1