1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-30 21:07:48 +01:00

Merge pull request #1291 from evernife/fixdescription

Fix for "jobsr_description_" placeholder not working
This commit is contained in:
Zrips 2021-10-26 14:10:04 +03:00 committed by GitHub
commit 126ace8fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,8 @@ public class Job {
if (fDescription != null) {
this.fDescription.addAll(fDescription);
}
this.description = String.join("\n",this.fDescription);
}
}
public void setMaxLevelCommands(List<String> commands) {