1
0

cBlockArea: Write all present data types by default (#4252)

cBlockArea::Write now defaults to use GetDataTypes() instead of assuming all data types are present.
Fixes cuberite/WorldEdit#130
This commit is contained in:
peterbell10
2018-07-19 22:36:46 +01:00
committed by GitHub
parent 2431b077cd
commit 211cec621e
3 changed files with 41 additions and 15 deletions

View File

@@ -1898,7 +1898,7 @@ return
Type = "boolean",
},
},
Notes = "Writes the area into World at the specified coords, returns true if successful. baTypes and baMetas are written.",
Notes = "Writes the area into World at the specified coords, returns true if successful. All present data types are written.",
},
{
Params =
@@ -1952,7 +1952,7 @@ return
Type = "boolean",
},
},
Notes = "Writes the area into World at the specified coords, returns true if successful. baTypes and baMetas are written.",
Notes = "Writes the area into World at the specified coords, returns true if successful. All present data types are written.",
},
{
Params =