mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Update GuiInfoList.java
This commit is contained in:
parent
42568926d3
commit
7cf1ba1ab7
@ -8,7 +8,7 @@ import com.gamingmesh.jobs.container.Job;
|
||||
public class GuiInfoList {
|
||||
|
||||
String name;
|
||||
List<Job> jobList = new ArrayList<Job>();
|
||||
List<Job> jobList = new ArrayList<>();
|
||||
Boolean jobInfo = false;
|
||||
int backButton = 27;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user