Remove outdated todo

This commit is contained in:
ljacqu 2017-04-21 20:29:50 +02:00
parent 07633a89c8
commit 70298a830b

View File

@ -92,7 +92,6 @@ public class EntityListener implements Listener {
}
}
// TODO #733: Player can't throw snowball but the item is taken.
@EventHandler(ignoreCancelled = true, priority = EventPriority.LOWEST)
public void onProjectileLaunch(ProjectileLaunchEvent event) {
if (event.getEntity() == null) {