diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-04 09:54:13 +0200 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-08-27 14:54:43 +0200 |
commit | 28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a (patch) | |
tree | 935982c97239a965d91a32a1123ed7452a1b17e5 /Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua | |
parent | Removed const again (diff) | |
download | cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar.gz cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar.bz2 cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar.lz cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar.xz cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.tar.zst cuberite-28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a.zip |
Diffstat (limited to 'Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua')
-rw-r--r-- | Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua b/Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua index 11e8dcea1..9a6c0bc8c 100644 --- a/Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua +++ b/Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua @@ -11,8 +11,8 @@ return ]], Params = { - { Name = "Player", Type = "{{cPlayer}}", Notes = "The player that edited the book" }, - { Name = "BookContent", Type = "{{cBookContent}}", Notes = "The class that contains the current info of the book" }, + { Name = "Player", Type = "cPlayer", Notes = "The player that edited the book" }, + { Name = "BookContent", Type = "cBookContent", Notes = "The class that contains the current info of the book" }, { Name = "IsSigned", Type = "boolean", Notes = "Player has signed the book" }, }, Returns = [[ |