summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorpeterbell10 <peterbell10@live.co.uk>2018-07-19 23:36:46 +0200
committerGitHub <noreply@github.com>2018-07-19 23:36:46 +0200
commit211cec621e5e23e0e3a9c5e0880ddea24b6418c3 (patch)
treecd9c6a44a95baef198e871ca8c94cc7a20c004ad /Server
parentAdd unbreaking for armor (#4220) (diff)
downloadcuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar.gz
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar.bz2
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar.lz
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar.xz
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.tar.zst
cuberite-211cec621e5e23e0e3a9c5e0880ddea24b6418c3.zip
Diffstat (limited to 'Server')
-rw-r--r--Server/Plugins/APIDump/Classes/BlockArea.lua4
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 =