diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/Classes/BlockArea.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 = |