Whitespace & other formatting fixes for Combat.java

This commit is contained in:
GJ
2012-03-06 22:50:36 -05:00
parent 6733eb93f2
commit b86cfb595c
2 changed files with 315 additions and 295 deletions

View File

@ -42,7 +42,7 @@ public class Taming
Entity entity = event.getEntity();
if(!pluginx.misc.mobSpawnerList.contains(entity.getEntityId()))
{
int xp = Combat.getXp(entity, event.getDamage());
int xp = Combat.getXp((LivingEntity) entity, event.getDamage());
Users.getProfile(master).addXP(SkillType.TAMING, xp*10, master);
if(entity instanceof Player)