Add call to tnt phase menu

Dieser Commit ist enthalten in:
D4rkr34lm 2023-10-10 01:06:46 +02:00 committet von yoyosource
Ursprung f067e55d1f
Commit 1b2d19c31d

Datei anzeigen

@ -103,7 +103,7 @@ public class SimulatorTNTGui extends SimulatorScrollGui<TNTSetting> {
SimulatorWatcher.update(simulator);
}),
new SWItem(Material.ANVIL, "§eEdit Phase", clickType -> {
// Open Edit Phase menu
new SimulatorTntPhaseGui(player, simulator, tntElement, tntSetting, this).open();
}),
};
}