removed unwanted HotbarRefill message
This commit is contained in:
parent
63d8335b3a
commit
9197840873
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user