summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-03-11 19:45:16 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-03-11 19:45:16 +0100
commit7d1e32a28b167faa6b17235283822da0cc7b2c13 (patch)
tree8ce0614310ed8ed711e6f2b488858a85ffe3926d
parentDocumented the functions. (diff)
downloadcuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.gz
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.bz2
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.lz
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.xz
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.tar.zst
cuberite-7d1e32a28b167faa6b17235283822da0cc7b2c13.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 54b2372f8..5d4b89425 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -173,7 +173,7 @@ g_APIDesc =
{
{ Params = "{{Vector3i|Offset}}", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." },
{ Params = "OffsetX, OffsetY, OffsetZ", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." },
- }
+ },
SetOrigin =
{
{ Params = "{{Vector3i|Origin}}", Return = "", Notes = "Resets the origin for the absolute coords. Only affects how absolute coords are translated into relative coords." },