diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-03 13:43:54 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-08-27 14:54:43 +0200 |
commit | fd5eb01ec69875fdc9011fc665ab7b96417cc6d4 (patch) | |
tree | 99d08c2ed908d6649299d9c61548199e6d323a51 /Server/Plugins | |
parent | Pass cBookContent as const, clear pages before setting them, corrected fnc name (diff) | |
download | cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar.gz cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar.bz2 cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar.lz cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar.xz cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.tar.zst cuberite-fd5eb01ec69875fdc9011fc665ab7b96417cc6d4.zip |
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 01bd5f42e..80f3d9161 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -6938,7 +6938,7 @@ These ItemGrids are available in the API and can be manipulated by the plugins, { m_BookContent = { - Type = "cBookContent", + Type = "{{cBookContent}}", Notes = "If it's a written or a writeable book, it contains the information of the book: Author, title and pages", }, m_CustomName = |