fix(gui): title

This commit is contained in:
ineanto 2023-06-20 10:38:06 +02:00
parent c3e10ae81d
commit c66979133d

View file

@ -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;
} }