소스 검색

removed include

Kajetan Johannes Hammerle 2 년 전
부모
커밋
37ff0ed30f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/me/km/snuviscript/commands/InventoryCommands.java

+ 0 - 1
src/main/java/me/km/snuviscript/commands/InventoryCommands.java

@@ -9,7 +9,6 @@ import net.minecraft.entity.player.ServerPlayerEntity;
 import net.minecraft.inventory.IInventory;
 import net.minecraft.item.ItemStack;
 import net.minecraft.tileentity.ChestTileEntity;
-import net.minecraft.util.NonNullList;
 
 public class InventoryCommands {
     public static void registerFunctions(ScriptManager sm) {