HarryPotterSpells

HarryPotterSpells

59.3k Downloads

Confundo: casting not working

kezz opened this issue ยท 1 comments

commented

Regardless of who you cast Confundo at, it does not work and returns an error saying "This can only be used on a player".

There is no error log displayed.

commented

The only way this is possible is if it fails this line:

if (entity instanceof Player) {

Which would mean that the entity isn't an instance of a player. How thoroughly was this tested?