Fix TNT naming
Dieser Commit ist enthalten in:
Ursprung
12ed389ae3
Commit
43b9068415
@ -103,7 +103,7 @@ public class TNTSimulator {
|
||||
static void editTNT(Player player, TNTSpawn tntSpawn) {
|
||||
TNTSimulator tntSimulator = get(player);
|
||||
|
||||
SWInventory swInventory = new SWInventory(player, 54, "TNT" + (!tntSpawn.getName().isEmpty() ? "§8- §e" + tntSpawn.getName() : ""));
|
||||
SWInventory swInventory = new SWInventory(player, 54, "TNT" + (!tntSpawn.getName().isEmpty() ? " - " + tntSpawn.getName() : ""));
|
||||
swInventory.setItem(49, new SWItem(Material.REDSTONE_BLOCK, "§cZurück", clickType -> {
|
||||
openSimulator(player);
|
||||
}));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren