lang env on sqlite

This commit is contained in:
UbitUmarov
2020-06-23 14:28:34 +01:00
parent 1d42d8ab6e
commit 60da45b715
4 changed files with 66 additions and 14 deletions

View File

@@ -223,7 +223,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
private void GetAttachmentsReport(ScenePresence sp, StringBuilder sb)
{
sb.AppendFormat("Attachments for {0}\n\n", sp.Name);
sb.AppendFormat("Attachments for {0}\n", sp.Name);
ConsoleDisplayList ct = new ConsoleDisplayList();