mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Fix description
This commit is contained in:
parent
52547b94a5
commit
182367acd1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user