aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Region/Application/OpenSimBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index ed0f496..4f82a3b 100755
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -593,7 +593,7 @@ namespace OpenSim
593 estateOwnerPassword = Config.Configs[ESTATE_SECTION_NAME].GetString("DefaultEstateOwnerPassword", null); 593 estateOwnerPassword = Config.Configs[ESTATE_SECTION_NAME].GetString("DefaultEstateOwnerPassword", null);
594 } 594 }
595 595
596 MainConsole.Instance.Output("Estate {0} has no owner set.", null, regionInfo.EstateSettings.EstateName); 596 MainConsole.Instance.Output("Estate {0} has no owner set.", regionInfo.EstateSettings.EstateName);
597 List<char> excluded = new List<char>(new char[1]{' '}); 597 List<char> excluded = new List<char>(new char[1]{' '});
598 598
599 599
@@ -1003,7 +1003,7 @@ namespace OpenSim
1003 1003
1004 if (estatesByName.ContainsKey(newName)) 1004 if (estatesByName.ContainsKey(newName))
1005 { 1005 {
1006 MainConsole.Instance.Output("An estate named {0} already exists. Please try again.", null, newName); 1006 MainConsole.Instance.Output("An estate named {0} already exists. Please try again.", newName);
1007 return false; 1007 return false;
1008 } 1008 }
1009 1009