Skip to content

Commit dc68aa7

Browse files
TheMeinerLPSirYwell
andcommitted
Update fastasyncworldedit/API/fill-region-by-pattern.md
Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
1 parent e8d7387 commit dc68aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastasyncworldedit/API/fill-region-by-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Given are 3 things:
1212
**This code is Fawe specific and can not be used in WorldEdit in this way**
1313
{% endhint %}
1414
```java
15-
public void setCheckerBoardArea(World world, BlockVector3 position1, BlockVector3 position 2) {
15+
public void setCheckerBoardArea(World world, BlockVector3 position1, BlockVector3 position2) {
1616
// Here we must first adapt the world as in the WorldEdit example or translate it into the WorldEdit specialized object.
1717
World faweWorld = BukkitAdapter.adapt(world);
1818

0 commit comments

Comments
 (0)