Profiler: Fix wrong function name for entities
This commit is contained in:
parent
36adf45697
commit
8cfe6e3a31
|
@ -162,7 +162,7 @@ local function init()
|
|||
"on_activate",
|
||||
"on_step",
|
||||
"on_punch",
|
||||
"rightclick",
|
||||
"on_rightclick",
|
||||
"get_staticdata",
|
||||
}
|
||||
-- Wrap register_entity() to instrument them on registration.
|
||||
|
|
Loading…
Reference in New Issue