Change a condition to actually make linden land reclaim work
parent
47a9e48f46
commit
d6eff8ebcf
|
@ -97,7 +97,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
|||
public void Initialise(IConfigSource source)
|
||||
{
|
||||
IConfig cnf = source.Configs["LandManagement"];
|
||||
if (cnf == null)
|
||||
if (cnf != null)
|
||||
{
|
||||
DefaultGodParcelGroup = new UUID(cnf.GetString("DefaultAdministratorGroupUUID", UUID.Zero.ToString()));
|
||||
DefaultGodParcelName = cnf.GetString("DefaultAdministratorParcelName", "Default Parcel");
|
||||
|
|
Loading…
Reference in New Issue