From: sfan5 Date: Wed, 12 Feb 2020 20:49:30 +0000 (+0100) Subject: Profiler: Fix wrong function name for entities X-Git-Tag: 5.2.0~103 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2bb7d3aa99ea395288f6be808086428b41e3f714;p=oweals%2Fminetest.git Profiler: Fix wrong function name for entities --- diff --git a/builtin/profiler/instrumentation.lua b/builtin/profiler/instrumentation.lua index 80eed05e8..237f048fb 100644 --- a/builtin/profiler/instrumentation.lua +++ b/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.