Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Profiler: Fix wrong function name for entities
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
builtin/profiler/instrumentation.lua
|
@@ -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. |
|
|