diff options
Diffstat (limited to 'Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua')
-rw-r--r-- | Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua b/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua index 455bf4f69..082c6a4a2 100644 --- a/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua +++ b/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua @@ -12,7 +12,8 @@ return Params = { { Name = "Player", Type = "cPlayer", Notes = "The player that is editing the book" }, - { Name = "BookContent", Type = "cBookContent", Notes = "The class that contains the current info of the book" }, + { Name = "OriginalContent", Type = "cBookContent", Notes = "Contains the original content of the book" }, + { Name = "NewContent", Type = "cBookContent", Notes = "Contains the new content of the book" }, { Name = "IsSigned", Type = "boolean", Notes = "Player is signing the book" }, }, Returns = [[ |