Plumb the region type through to the ProductName field in estate messages

This commit is contained in:
Melanie
2010-08-24 12:41:21 +01:00
parent c72d298202
commit de85aabcbe
3 changed files with 5 additions and 3 deletions

View File

@@ -47,5 +47,6 @@ namespace OpenSim.Framework
public bool useEstateSun;
public float waterHeight;
public string simName;
public string regionType;
}
}
}