diff options
author | Mattes D <github@xoft.cz> | 2015-09-27 13:57:07 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-27 13:57:07 +0200 |
commit | 96879aa8663149d4bbbea05e32e35d136ef5bfb3 (patch) | |
tree | d6beee9726ac69157c6784dec6abd2cc130ed6a3 /Server/Plugins/APIDump/APIDesc.lua | |
parent | Merge pull request #2500 from cuberite/FileApiExtend (diff) | |
download | cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar.gz cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar.bz2 cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar.lz cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar.xz cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.tar.zst cuberite-96879aa8663149d4bbbea05e32e35d136ef5bfb3.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 65aef9e4e..2fcd02a17 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3029,6 +3029,7 @@ end "cFurnaceEntity.__cBlockEntityWindowOwner__", "cHopperEntity.__cBlockEntityWindowOwner__", "cLuaWindow.__cItemGrid__cListener__", + "Globals._CuberiteInternal_.*", -- Ignore all internal Cuberite constants }, IgnoreVariables = |