Skip to content

Commit 3965351

Browse files
Fix improper grammar in update block syntax (#8072)
Co-authored-by: sovdee <[email protected]>
1 parent c294720 commit 3965351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/effects/EffBlockUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class EffBlockUpdate extends Effect {
3232

3333
static {
3434
Skript.registerEffect(EffBlockUpdate.class,
35-
"update %blocks% (as|to be) %blockdata% [physics:without [neighbo[u]r[ing]|adjacent] [physic[s]] update[s]]");
35+
"update %blocks% (as|to be) %blockdata% [physics:without [neighbo[u]r[ing]|adjacent] [physics] update[s]]");
3636
}
3737

3838
private boolean physics;

0 commit comments

Comments
 (0)