.betstats now looks uwu

This commit is contained in:
Kwoth
2022-10-11 19:59:58 +02:00
parent 0469705037
commit a7fe9ae08f
2 changed files with 125 additions and 119 deletions

View File

@@ -24,7 +24,7 @@ public static class StringExtensions
{
var spaces = length - str.Length;
var padLeft = (spaces / 2) + str.Length;
return str.PadLeft(padLeft, '_').PadRight(length, '_');
return str.PadLeft(padLeft, '').PadRight(length, '');
}
public static T? MapJson<T>(this string str)