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,7 +566,8 @@ public class Job {
|
|||||||
|
|
||||||
if (fDescription != null) {
|
if (fDescription != null) {
|
||||||
this.fDescription.addAll(fDescription);
|
this.fDescription.addAll(fDescription);
|
||||||
}
|
this.description = String.join("\n",this.fDescription);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setMaxLevelCommands(List<String> commands) {
|
public void setMaxLevelCommands(List<String> commands) {
|
||||||
|
Loading…
Reference in New Issue
Block a user