From 211cec621e5e23e0e3a9c5e0880ddea24b6418c3 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 19 Jul 2018 22:36:46 +0100 Subject: 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 --- Server/Plugins/APIDump/Classes/BlockArea.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Server') diff --git a/Server/Plugins/APIDump/Classes/BlockArea.lua b/Server/Plugins/APIDump/Classes/BlockArea.lua index c72cdff31..f4c47d063 100644 --- a/Server/Plugins/APIDump/Classes/BlockArea.lua +++ b/Server/Plugins/APIDump/Classes/BlockArea.lua @@ -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 = -- cgit v1.2.3