Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
8261f37ce4
Commit
d12806f51b
@ -55,7 +55,7 @@ public class HotbarKit extends Kit implements Listener {
|
||||
}
|
||||
|
||||
public HotbarKit(HotbarKit kit) {
|
||||
this(kit.getName(), kit.getInventory().clone(), kit.getArmor().clone(), kit.getEffects(), kit.nameTags.clone(), kit.onClicks.clone());
|
||||
this(kit.getName(), kit.getInventory().clone(), kit.getArmor() != null ? kit.getArmor().clone() : null, kit.getEffects(), kit.nameTags.clone(), kit.onClicks.clone());
|
||||
}
|
||||
|
||||
public void setItem(int id, String nameTag, ItemStack stack, Consumer<Player> onClick) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren