1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00

Fix description

This commit is contained in:
Petrus 2021-10-07 05:16:49 -03:00
parent 52547b94a5
commit 182367acd1

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) {