You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
404 B
12 lines
404 B
10 years ago
|
--- ../src-base/minecraft/net/minecraft/inventory/ContainerMerchant.java
|
||
|
+++ ../src-work/minecraft/net/minecraft/inventory/ContainerMerchant.java
|
||
|
@@ -8,6 +8,8 @@
|
||
|
import net.minecraft.item.ItemStack;
|
||
|
import net.minecraft.world.World;
|
||
|
|
||
|
+import org.bukkit.craftbukkit.inventory.CraftInventoryView; // CraftBukkit
|
||
|
+
|
||
|
public class ContainerMerchant extends Container
|
||
|
{
|
||
|
private IMerchant theMerchant;
|