deps: update MonoMod.Common to 21.10.8.11

This commit is contained in:
goaaats 2021-10-09 02:13:43 +02:00
parent 7274c2e475
commit 1bd72d0aec
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 2 additions and 1 deletions

View file

@ -1127,7 +1127,7 @@ namespace Dalamud.Interface.Internal.Windows
else if (!string.IsNullOrWhiteSpace(manifest.Description))
{
const int punchlineLen = 200;
var firstLine = manifest.Description.Split(new [] { '\r', '\n' })[0];
var firstLine = manifest.Description.Split(new[] { '\r', '\n' })[0];
ImGui.TextWrapped(firstLine.Length < punchlineLen
? firstLine