properly handle vouchers and their BGS effect
This commit is contained in:
@@ -18,7 +18,7 @@ namespace EliteBGS.BGS.LogGenerator {
|
||||
builder.AppendFormat("\n");
|
||||
}
|
||||
|
||||
return builder.ToString();
|
||||
return builder.ToString().Trim();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user