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 c294720 commit 3965351Copy full SHA for 3965351
src/main/java/ch/njol/skript/effects/EffBlockUpdate.java
@@ -32,7 +32,7 @@ public class EffBlockUpdate extends Effect {
32
33
static {
34
Skript.registerEffect(EffBlockUpdate.class,
35
- "update %blocks% (as|to be) %blockdata% [physics:without [neighbo[u]r[ing]|adjacent] [physic[s]] update[s]]");
+ "update %blocks% (as|to be) %blockdata% [physics:without [neighbo[u]r[ing]|adjacent] [physics] update[s]]");
36
}
37
38
private boolean physics;
0 commit comments