TVPT / VoxelSniper

The premiere long-distance brush editor for Minecraft
Other
128 stars 115 forks source link

Update VoxelSniperListener.java #200

Closed lukecfairchild closed 10 years ago

lukecfairchild commented 10 years ago

forgot to import EventPriority for previous PR

matt-coles commented 10 years ago

The event shouldn't be on a monitor to begin with normal priority is perfectly adequate here.

lukecfairchild commented 10 years ago

then you will need to strip "priority = EventPriority.MONITOR,", making it "@EventHandler(ignoreCancelled = true)"

matt-coles commented 10 years ago

I know how to its just im on a mobile and I'd rather check if it compiles/runs before committing code.