mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +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 {
|
public class GuiInfoList {
|
||||||
|
|
||||||
String name;
|
String name;
|
||||||
List<Job> jobList = new ArrayList<Job>();
|
List<Job> jobList = new ArrayList<>();
|
||||||
Boolean jobInfo = false;
|
Boolean jobInfo = false;
|
||||||
int backButton = 27;
|
int backButton = 27;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user