mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
lang env on sqlite
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user