1
0

APIDump: Fixed a forgotten comma.

This commit is contained in:
Mattes D 2015-06-30 22:36:51 +02:00
parent 0a24f7977b
commit b0bd1e3907

View File

@ -6,7 +6,7 @@ return
DefaultFnName = "OnKilled",
Desc = [[
This hook is called whenever player or a mob dies. It can be used to change the death message.
]]
]],
Params =
{
{ Name = "Victim", Type = "{{cEntity}}", Notes = "The player or mob that died" },