Redundant ToString() calls

This commit is contained in:
Cinder
2022-04-23 10:38:11 -05:00
parent 00f31555a9
commit b175963878
14 changed files with 36 additions and 36 deletions

View File

@@ -883,7 +883,7 @@ namespace OpenMetaverse.Packets
if (hasMeshFlags)
{
result.AppendFormat("{0,30}", "<MeshFlags>" + Environment.NewLine);
result.AppendFormat("{0,30}", meshFlags.ToString() + Environment.NewLine);
result.AppendFormat("{0,30}", meshFlags + Environment.NewLine);
result.AppendFormat("{0,30}", "</MeshFlags>" + Environment.NewLine);
}