Remove unused import.

This commit is contained in:
GJ 2013-02-13 13:50:38 -05:00
parent 0879e1f326
commit 6cfd124804

View File

@ -4,7 +4,6 @@ import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.entity.AnimalTamer;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.FallingBlock;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;