diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-07-30 18:58:23 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-08-27 14:54:41 +0200 |
commit | d265e3ac1939c8b73989b5c1610945e0b34c17de (patch) | |
tree | b5ca092cc14584f4d4ec76a2df604de17ab5fd48 | |
parent | Added hook constants (diff) | |
download | cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar.gz cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar.bz2 cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar.lz cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar.xz cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.tar.zst cuberite-d265e3ac1939c8b73989b5c1610945e0b34c17de.zip |
-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 c7d47219a..cfe595f17 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -7081,7 +7081,7 @@ This class contains the information for a signed or writeable book: The author, Type = "string", }, }, - Notes = "Add a page to the end of the book. Note: A page can be a json string", + Notes = "Add a page to the end of the book. Note: If it's a written book, the page can be a json string", }, GetPages = { |