fix display of failed missions
This commit is contained in:
parent
3e15096dfc
commit
ceaf8035e9
@ -37,7 +37,8 @@ namespace EliteBGS.BGS {
|
|||||||
}
|
}
|
||||||
|
|
||||||
builder.AppendFormat("{0}x Mission failed: \"{1}\"",
|
builder.AppendFormat("{0}x Mission failed: \"{1}\"",
|
||||||
Entries.Count,
|
// +1 since the other entries are just copies of the one we have in our properties
|
||||||
|
Entries.Count + 1,
|
||||||
Failed.HumanReadableName != null ? Failed.HumanReadableName : Failed.Name
|
Failed.HumanReadableName != null ? Failed.HumanReadableName : Failed.Name
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user