removed unwanted HotbarRefill message

This commit is contained in:
Elias Müller 2024-12-20 13:34:32 +01:00
parent 63d8335b3a
commit 9197840873

View File

@ -46,9 +46,7 @@ public class HotbarRefill extends Appliance {
player.sendActionBar(Component.text("Die Hotbar wurde aufgefüllt", NamedTextColor.GREEN));
}, 1);
} catch(NoSuchElementException ignored) {
player.sendActionBar(Component.text("Keine weiteren Items dieser Art im Inventar vorhanden", NamedTextColor.RED));
}
} catch(NoSuchElementException ignored) {}
}
@Override