This commit is contained in:
Benkralex
2023-09-22 19:16:10 +02:00
parent c4bc1326cc
commit d09fc9bfaf
@@ -74,7 +74,7 @@ public class InventoryListener implements Listener{
p.openInventory(InventoryMenu.pvpMenu(p));
return;
} else if (iname.equals("Spieler hinzufügen")) {
p.openInventory(InventoryMenu.pvpListAddMenu(p, "Whitelist", "whitelist"));
//p.openInventory(InventoryMenu.pvpListAddMenu(p, "Whitelist", "whitelist"));
} else {
return;
}