mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
minor: Allow objects to be added directly to a row on a ConsoleDisplayTable rather than having to ToString() them first
This commit is contained in:
@@ -189,7 +189,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Animations
|
||||
int seq = sequenceNumbers[i];
|
||||
UUID objectId = objectIds[i];
|
||||
|
||||
cdt.Rows.Add(new ConsoleDisplayTableRow(animId, animName, seq, objectId));
|
||||
cdt.AddRow(animId, animName, seq, objectId);
|
||||
}
|
||||
|
||||
cdt.AddToStringBuilder(sb);
|
||||
|
||||
Reference in New Issue
Block a user