make generic log prettier
This commit is contained in:
parent
9657627273
commit
af347a30bb
@ -132,7 +132,7 @@ namespace EliteBGS.BGS {
|
||||
|
||||
foreach (var mission in collated) {
|
||||
if (objective.Faction != null) {
|
||||
output.AppendFormat("{0} for {1}\n", mission.Key, objective.Faction);
|
||||
output.AppendFormat("{0}\n", mission.Key);
|
||||
} else {
|
||||
output.AppendFormat("{0}\n", mission.Key);
|
||||
}
|
||||
@ -181,6 +181,7 @@ namespace EliteBGS.BGS {
|
||||
|
||||
log.AppendFormat("**Date:** {0}\n", FormatDate());
|
||||
log.AppendFormat("**Location:** {0}\n", objective.ToShortString());
|
||||
log.AppendFormat("**Faction:** {0}\n", objective.Faction);
|
||||
log.Append("\n");
|
||||
log.Append("```\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user