Skip to content

Commit

Permalink
Profiler: Fix wrong function name for entities
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Feb 23, 2020
1 parent 0b8d3f9 commit 2bb7d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/profiler/instrumentation.lua
Expand Up @@ -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.
Expand Down

0 comments on commit 2bb7d3a

Please sign in to comment.