mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-02 14:29:07 +01:00
Merge pull request #1291 from evernife/fixdescription
Fix for "jobsr_description_" placeholder not working
This commit is contained in:
commit
126ace8fb0
@ -566,6 +566,7 @@ public class Job {
|
||||
|
||||
if (fDescription != null) {
|
||||
this.fDescription.addAll(fDescription);
|
||||
this.description = String.join("\n",this.fDescription);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user