We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb3e0c1 + 8a6d109 commit 86b6dc5Copy full SHA for 86b6dc5
src/main/java/org/maxgamer/quickshop/listener/PlayerListener.java
@@ -176,6 +176,10 @@ private void postControlPanel(PlayerInteractEvent e) {
176
if (plugin.getGameVersion().ordinal() >= GameVersion.v1_20_R1.ordinal()) {
177
e.setCancelled(true);
178
}
179
+ //Cancel for interacting with sign (editing)
180
+ if (plugin.getGameVersion().ordinal() >= GameVersion.v1_20_R1.ordinal()) {
181
+ e.setCancelled(true);
182
+ }
183
184
185
0 commit comments