Profiler: Fix wrong function name for entities

This commit is contained in:
sfan5 2020-02-12 21:49:30 +01:00 committed by Nils Dagsson Moskopp
parent 36adf45697
commit 8cfe6e3a31
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -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.