From 28e4997b0d88d54c009bbb7f7c04daccb8a1aa5a Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Fri, 4 Aug 2017 09:54:13 +0200 Subject: Removed unnecessary brackets --- Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua') diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua b/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua index b911aaa54..455bf4f69 100644 --- a/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua +++ b/Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua @@ -11,8 +11,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 = "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 = "IsSigned", Type = "boolean", Notes = "Player is signing the book" }, }, Returns = [[ -- cgit v1.2.3