Skip to content

Commit

Permalink
Forgot to strip \r\n from backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsi committed Sep 8, 2022
1 parent 751ec63 commit 86848bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private Item processBackground(Background b) throws IOException {
ItemTypes.FEATURE,
"systems/worldofdarkness/assets/img/items/feature.svg",
new FeatureData(
description,
description.replaceAll("\r\n", "\n"),
null,
FeatureTypes.BACKGROUND
),
Expand Down

0 comments on commit 86848bd

Please sign in to comment.