summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
-rw-r--r--Server/Plugins/APIDump/Hooks/OnPlayerEditedBook.lua4
-rw-r--r--Server/Plugins/APIDump/Hooks/OnPlayerEditingBook.lua4
3 files changed, 5 insertions, 5 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 01bd5f42e..73443aa41 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -6948,7 +6948,7 @@ These ItemGrids are available in the API and can be manipulated by the plugins,
},
m_Enchantments =
{
- Type = "{{cEnchantments|cEnchantments}}",
+ Type = "cEnchantments",
Notes = "The enchantments of the item.",
},
m_ItemCount =
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 = [[
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 = [[