no message

This commit is contained in:
雪风 2025-03-19 11:42:57 +08:00
parent f23371f563
commit dd580178c2
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ public class DamageParse {
d = String.format("%-" + length + "s", d);
if (d.length()>targetWidth)targetWidth = d.length();
}
targetWidth +=6;
targetWidth +=12;
String f = "";
String[] strs = {a, b, c, d, e};