fix(gui): title
This commit is contained in:
parent
c3e10ae81d
commit
c66979133d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class AdminGUI {
|
||||||
"B # # # # # # # #"
|
"B # # # # # # # #"
|
||||||
)
|
)
|
||||||
.addIngredient('S', new ManageCache())
|
.addIngredient('S', new ManageCache())
|
||||||
.addIngredient('B', new GoBack(parent.getGUI(), title))
|
.addIngredient('B', new GoBack(parent.getGUI(), parent.getTitle()))
|
||||||
.build();
|
.build();
|
||||||
this.player = player;
|
this.player = player;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue