mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Fix support info bug.
This commit is contained in:
parent
438f18f1b8
commit
3434c437ce
1 changed files with 1 additions and 1 deletions
|
|
@ -465,7 +465,7 @@ public class Penumbra : IDalamudPlugin
|
|||
|
||||
foreach( var (name, collection) in CollectionManager.Characters )
|
||||
{
|
||||
sb.AppendFormat( "> **`{2,-29}`** {0}\n", collection.AnonymizedName, CharacterName( name ) );
|
||||
sb.AppendFormat( "> **`{1,-29}`** {0}\n", collection.AnonymizedName, CharacterName( name ) );
|
||||
}
|
||||
|
||||
foreach( var collection in CollectionManager.Where( c => c.HasCache ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue