APIDump: Fixed a forgotten comma.
This commit is contained in:
parent
0a24f7977b
commit
b0bd1e3907
@ -6,7 +6,7 @@ return
|
|||||||
DefaultFnName = "OnKilled",
|
DefaultFnName = "OnKilled",
|
||||||
Desc = [[
|
Desc = [[
|
||||||
This hook is called whenever player or a mob dies. It can be used to change the death message.
|
This hook is called whenever player or a mob dies. It can be used to change the death message.
|
||||||
]]
|
]],
|
||||||
Params =
|
Params =
|
||||||
{
|
{
|
||||||
{ Name = "Victim", Type = "{{cEntity}}", Notes = "The player or mob that died" },
|
{ Name = "Victim", Type = "{{cEntity}}", Notes = "The player or mob that died" },
|
||||||
|
Loading…
Reference in New Issue
Block a user