mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
cosmetics
This commit is contained in:
@@ -617,8 +617,7 @@ namespace OpenSim
|
||||
}
|
||||
|
||||
MainConsole.Instance.Output("Estate {0} has no owner set.", regionInfo.EstateSettings.EstateName);
|
||||
List<char> excluded = new List<char>(new char[1]{' '});
|
||||
|
||||
List<char> excluded = new([' ']);
|
||||
|
||||
if (estateOwnerFirstName == null || estateOwnerLastName == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user