Removed some unneeded imports.

This commit is contained in:
GJ
2012-03-03 13:30:08 -05:00
parent d1c4efa30d
commit 719081a77e
2 changed files with 0 additions and 5 deletions

View File

@ -18,7 +18,6 @@ package com.gmail.nossr50.skills;
import java.util.ArrayList;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.block.Block;
@ -80,7 +79,6 @@ public class WoodCutting
if(player.getHealth() >= 2)
Combat.dealDamage(player, (int)(Math.random() * (player.getHealth()-1)));
player.updateInventory(); //Not sure if needed
return;
}