diff options
Diffstat (limited to '')
-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 = [[ |