fix VH type

This commit is contained in:
Florian Stinglmayr 2023-02-26 21:57:45 +01:00
parent d8ac2a7ee7
commit 0665e64459

View File

@ -72,7 +72,7 @@ class CombatZoneFormat : LogFormatter {
}
builder.AppendFormat("CZ: {0}x{1}{2}",
log.Value.Count,
log.Key.Grade.Substring(0, 1),
grade,
log.Key.Type.Substring(0, 1)
);
} else {