feat: pizdec

This commit is contained in:
2026-08-02 22:21:03 +03:00
parent ef128cc08d
commit de96bd314f
80 changed files with 4121 additions and 1431 deletions

View File

@@ -246,7 +246,7 @@ public final class ModeSession {
private static ItemStack cloneItem(ItemStack item) {
if (item == null || item.getType() == Material.AIR) {
return new ItemStack(Material.AIR);
return ItemStack.empty();
}
return item.clone();
}