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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user