Add call to tnt phase menu
Dieser Commit ist enthalten in:
Ursprung
f067e55d1f
Commit
1b2d19c31d
@ -103,7 +103,7 @@ public class SimulatorTNTGui extends SimulatorScrollGui<TNTSetting> {
|
|||||||
SimulatorWatcher.update(simulator);
|
SimulatorWatcher.update(simulator);
|
||||||
}),
|
}),
|
||||||
new SWItem(Material.ANVIL, "§eEdit Phase", clickType -> {
|
new SWItem(Material.ANVIL, "§eEdit Phase", clickType -> {
|
||||||
// Open Edit Phase menu
|
new SimulatorTntPhaseGui(player, simulator, tntElement, tntSetting, this).open();
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren