Revert changing EntityType.FIREBALL to LARGE_FIREBALL

This commit is contained in:
feildmaster 2012-10-29 20:17:52 -05:00
parent 216cddb2ab
commit aba7e2faf1

View file

@ -21,6 +21,6 @@ public class CraftLargeFireball extends CraftFireball implements LargeFireball {
}
public EntityType getType() {
return EntityType.LARGE_FIREBALL;
return EntityType.FIREBALL;
}
}