Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-1930

EntityToggleGlideEvent Spam

XMLWordPrintable

      The EntityToggleGlideEvent is constantly being called for all entities (even if they aren't toggling their gliding).

      Can be easily seen with the following event code:

      @EventHandler
      private void onGlideToggle(EntityToggleGlideEvent event){
           Bukkit.broadcastMessage("GlideToggle: ("+event.isGliding()+") " + event.getEntity());
      }
      

            Unassigned Unassigned
            iPyronic iPyronic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: