woder/TorchBot

All players are considered hostile

Closed this issue · 2 comments

In MobTypes, players are not declared, which causes entity.isHostile() to always return true.

This seems like unintended functionality, but I could be wrong.

I believe this is because all players are hostile unless they are on the friends list. I added you to the repo by the way so you should be able to edit stuff now :)

Oh, that makes sense. I hadn't read the player class yet.