Skip to content

Commit 2bb7d3a

Browse files
committedFeb 23, 2020
Profiler: Fix wrong function name for entities
1 parent 0b8d3f9 commit 2bb7d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/profiler/instrumentation.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ local function init()
162162
"on_activate",
163163
"on_step",
164164
"on_punch",
165-
"rightclick",
165+
"on_rightclick",
166166
"get_staticdata",
167167
}
168168
-- Wrap register_entity() to instrument them on registration.

0 commit comments

Comments
 (0)
Please sign in to comment.