properly handle vouchers and their BGS effect

This commit is contained in:
2022-02-12 19:50:26 +01:00
parent 1bc7269221
commit 6a73a08b00
5 changed files with 53 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ namespace EliteBGS.BGS.LogGenerator {
builder.AppendFormat("\n");
}
return builder.ToString();
return builder.ToString().Trim();
}
}
}