mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-23 08:13:48 -07:00
Fix incorrect import in armor stands.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
--- ../work/decompile-8eb82bde/net/minecraft/server/EntityArmorStand.java 2015-02-15 12:22:56.729511128 +1100
|
--- ../work/decompile-8eb82bde/net/minecraft/server/EntityArmorStand.java 2015-02-15 12:48:44.653310353 +1100
|
||||||
+++ src/main/java/net/minecraft/server/EntityArmorStand.java 2015-02-15 12:22:56.729511128 +1100
|
+++ src/main/java/net/minecraft/server/EntityArmorStand.java 2015-02-15 12:48:44.653310353 +1100
|
||||||
@@ -2,6 +2,15 @@
|
@@ -2,6 +2,15 @@
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
+// CraftBukkit start
|
+// CraftBukkit start
|
||||||
+import org.bukkit.EquipmentSlot;
|
+import org.bukkit.inventory.EquipmentSlot;
|
||||||
+import org.bukkit.craftbukkit.CraftEquipmentSlot;
|
+import org.bukkit.craftbukkit.CraftEquipmentSlot;
|
||||||
+import org.bukkit.craftbukkit.inventory.CraftItemStack;
|
+import org.bukkit.craftbukkit.inventory.CraftItemStack;
|
||||||
+import org.bukkit.entity.ArmorStand;
|
+import org.bukkit.entity.ArmorStand;
|
||||||
|
Reference in New Issue
Block a user