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

Commit 46b509d

Browse files
Merge remote-tracking branch 'origin/master'
Former-commit-id: 6473306
2 parents 18a5f1c + bbdc049 commit 46b509d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.maxgamer</groupId>
66
<artifactId>QuickShop</artifactId>
7-
<version>4.0.2.9</version>
7+
<version>4.0.2.10</version>
88

99
<licenses>
1010
<license>

src/main/java/org/maxgamer/quickshop/shop/ShopManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public boolean canBuildShop(@NotNull Player p, @NotNull Block b, @NotNull BlockF
106106
}
107107
}
108108
ShopPreCreateEvent spce = new ShopPreCreateEvent(p, b.getLocation());
109-
Bukkit.getPluginManager().callEvent(spce);
110109
return !Util.fireCancellableEvent(spce);
111110
}
112111

0 commit comments

Comments
 (0)