Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dogs pushed into portals spam errors in log #46

Closed
Absentee23 opened this issue May 7, 2014 · 2 comments
Closed

Dogs pushed into portals spam errors in log #46

Absentee23 opened this issue May 7, 2014 · 2 comments

Comments

@Absentee23
Copy link

Dogs (this one was owned/named) pushed into (water, likely the same as lava) portals spam the spigot log with this:
http://pastebin.com/VmBhK6qE

May happen with other mobs/entities, but I haven't tested thoroughly.

Also, do you know if there's been any fix yet for the bukkit bug that was preventing a fix for lava portal damage?

@jimmikaelkael
Copy link

This shouldn't happen as the DamageEvent listener exclude entities that are not players:
!(event.getEntity() instanceof Player)

The log is mentionning a PlayerEntity, are you walking in the portal too when pushing the dog ?

EDIT:Also, how are you pushing the dog ? by damaging it ?

EDIT2: This issue is the same as issue #40

@Absentee23
Copy link
Author

Ah yes, you are correct, it was when a player was trying to push it out of the portal without entering it that it threw the errors, and it is the same as that issue. Closing this one then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants