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.
1 parent 1ebcbb1 commit 2d7b439Copy full SHA for 2d7b439
src/main/java/com/github/elic0de/thejpspit/listener/BlockPlaceListener.java
@@ -38,7 +38,7 @@ public void on(BlockPlaceEvent event) {
38
replacedState.update(true);
39
replacedStates.remove(replacedState.getLocation());
40
}
41
- }, (15 * 20));
+ }, (10 * 20));
42
43
44
@EventHandler
@@ -55,7 +55,7 @@ public void on(PlayerBucketEmptyEvent event) {
55
56
57
58
59
60
61
public static void restoreBlocks() {
0 commit comments