Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978)

This commit is contained in:
Jeff Ames
2008-08-18 01:30:42 +00:00
parent 6bdbf30906
commit 84a0a6645e
2 changed files with 79 additions and 78 deletions

View File

@@ -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";