mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-24 19:45:43 +01:00
Added loot inventory name
This commit is contained in:
parent
5adac9a10d
commit
e8fa5b2ee7
@ -20,7 +20,7 @@ public class DLootInventory {
|
||||
public DLootInventory(Player player, ItemStack[] istacks){
|
||||
LootInventorys.add(this);
|
||||
|
||||
this.inventory = Bukkit.createInventory(player, 54);
|
||||
this.inventory = Bukkit.createInventory(player, 54, "Belohnungen");
|
||||
for(ItemStack istack:istacks){
|
||||
if(istack!=null){
|
||||
this.inventory.addItem(istack);
|
||||
|
Loading…
Reference in New Issue
Block a user