Change Drive GUI name from "Example GUI"

Forgot to change it when I imported my reusable class.
This commit is contained in:
SeanOMik 2020-04-08 17:46:56 -05:00
parent a7c9d23412
commit 705a10cebd
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 1 additions and 1 deletions

View File

@ -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<>();