fix VH type
This commit is contained in:
parent
d8ac2a7ee7
commit
0665e64459
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user