Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Fix #353 and 3.1.4.13
Browse files Browse the repository at this point in the history
Former-commit-id: 26c2628
  • Loading branch information
sandtechnology committed Mar 2, 2020
1 parent 3f3aac1 commit 028d82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.maxgamer</groupId>
<artifactId>QuickShop</artifactId>
<version>3.1.4.12</version>
<version>3.1.4.13</version>

<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public boolean canBuild(@NotNull Player player, @NotNull Block block) {

//register a listener to cancel test event
Bukkit.getPluginManager().registerEvents(new Listener() {
@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.HIGHEST)
public void onTestEvent(BlockBreakEvent event) {
if (event == beMainHand) {
// Call for event for protection check end
Expand Down

0 comments on commit 028d82c

Please sign in to comment.