From 84a0a6645e2665e80bd182bd4ede7feafc3eb232 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 18 Aug 2008 01:30:42 +0000 Subject: Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978) --- OpenSim/Region/DataSnapshot/SnapshotStore.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/DataSnapshot/SnapshotStore.cs') diff --git a/OpenSim/Region/DataSnapshot/SnapshotStore.cs b/OpenSim/Region/DataSnapshot/SnapshotStore.cs index 769b3ac..e8b8383 100644 --- a/OpenSim/Region/DataSnapshot/SnapshotStore.cs +++ b/OpenSim/Region/DataSnapshot/SnapshotStore.cs @@ -253,11 +253,10 @@ namespace OpenSim.Region.DataSnapshot private String GetRegionCategory(Scene scene) { - //Boolean choice between: // "PG" - Mormontown // "Mature" - Sodom and Gomorrah - // (Depreciated) "Patriotic Nigra Testing Sandbox" - Abandon Hope All Ye Who Enter Here + // (Deprecated) "Patriotic Nigra Testing Sandbox" - Abandon Hope All Ye Who Enter Here if (scene.RegionInfo.RegionSettings.Maturity == 1) { return "Mature"; -- cgit v1.1