1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Profiler: Fix wrong function name for entities

This commit is contained in:
sfan5 2020-02-12 21:49:30 +01:00
parent 0b8d3f99a5
commit 2bb7d3aa99

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.