forked from SteamWar/SteamWar
Fix: getOpenInventory
This commit is contained in:
@@ -22,6 +22,7 @@ package de.steamwar.core;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.enchantments.Enchantment;
|
||||
import org.bukkit.entity.EntityType;
|
||||
import org.bukkit.inventory.Inventory;
|
||||
import org.bukkit.inventory.InventoryView;
|
||||
|
||||
public class TrickyTrialsWrapper21 implements TrickyTrialsWrapper {
|
||||
@@ -44,4 +45,9 @@ public class TrickyTrialsWrapper21 implements TrickyTrialsWrapper {
|
||||
public String getInventoryTitle(InventoryView view) {
|
||||
return view.getTitle();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Inventory getTopInventory(InventoryView view) {
|
||||
return view.getTopInventory();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user