Removem misleading comment

This commit is contained in:
samczsun 2017-03-05 01:22:42 -05:00 committed by cnr
parent a99cb6579d
commit b5f026d4c0

View File

@ -87,7 +87,6 @@ public class TeamArmorModule extends Module
event.setCancelled(true);
}
// Can't ignore cancelled here
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void disallowEquip(PlayerInteractEvent event)
{