Change Drive GUI name from "Example GUI"
Forgot to change it when I imported my reusable class.
This commit is contained in:
parent
a7c9d23412
commit
705a10cebd
|
@ -22,7 +22,7 @@ import java.util.*;
|
|||
|
||||
public class ESDriveGUI implements InventoryHolder, Listener {
|
||||
private final Inventory globalInv;
|
||||
private final String title = "Example GUI";
|
||||
private final String title = "ES Drives";
|
||||
|
||||
private Map<UUID, ESSystem> openSystems = new HashMap<>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue