1
0

APIDesc: Fixed some leftover "<unknown>" types.

This commit is contained in:
Mattes D
2016-09-14 01:11:49 +02:00
parent ca99e754ea
commit 06c0ebee6d
2 changed files with 71 additions and 67 deletions

View File

@@ -682,11 +682,11 @@ cPluginManager.AddHook(cPluginManager.HOOK_CHAT, OnChatMessage);
},
HOOK_BREWING_COMPLETED =
{
"Called when a brewing stand completed a brewing process.",
Notes = "Called when a brewing stand completed a brewing process.",
},
HOOK_BREWING_COMPLETING =
{
"Called before a brewing stand completes a brewing process.",
Notes = "Called before a brewing stand completes a brewing process.",
},
HOOK_CHAT =
{