Fixed title in coop gui

This commit is contained in:
Fabrizio La Rosa 2020-08-03 12:38:43 +02:00
parent c7c52ef555
commit 70931439b4

View File

@ -80,8 +80,7 @@ public class GuiCoop extends Gui {
guiManager.showGUI(event.player, new GuiCoopChoose(plugin, island, e.gui.getParent(), playerName));
}));
gui.setTitle(TextUtils.formatText(
languageLoad.getString("Menu.Coop.Item.Word.Normal") +
" / " + languageLoad.getString("Menu.Coop.Item.Word.Temp")));
languageLoad.getString("Menu.Coop.Item.Word.Enter")));
guiManager.showGUI(event.player, gui);
} else {
messageManager.sendMessage(event.player,