Fixed EntityZombie

This commit is contained in:
Taylor Kelly 2011-01-10 10:47:39 +08:00 committed by Dinner Bone
parent e91d523642
commit c6d80df80d
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ package net.minecraft.server;
import java.util.Random;
import org.bukkit.craftbukkit.CraftEntity;
import org.bukkit.craftbukkit.CraftLivingEntity;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.event.Event.Type;

View File

@ -3,6 +3,7 @@ package net.minecraft.server;
import java.util.Random;
import org.bukkit.craftbukkit.CraftLivingEntity;
import org.bukkit.craftbukkit.CraftServer;
import org.bukkit.event.Event.Type;
import org.bukkit.event.entity.EntityCombustEvent;