billy1234567892 / inquisitor-mc

Automatically exported from code.google.com/p/inquisitor-mc
0 stars 0 forks source link

Error in code #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Needs to be fixed?
       if (killerEnt instanceof Projectile)
            killerEnt = ((Projectile)killerEnt).getShooter();

Eclipse suggests:
         if (killerEnt instanceof Projectile)
            killerEnt = (Entity) ((Projectile)killerEnt).getShooter();

Original issue reported on code.google.com by Sam...@samistine.com on 26 Oct 2014 at 11:48