mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Profiler: Fix wrong function name for entities
This commit is contained in:
@@ -162,7 +162,7 @@ local function init()
|
|||||||
"on_activate",
|
"on_activate",
|
||||||
"on_step",
|
"on_step",
|
||||||
"on_punch",
|
"on_punch",
|
||||||
"rightclick",
|
"on_rightclick",
|
||||||
"get_staticdata",
|
"get_staticdata",
|
||||||
}
|
}
|
||||||
-- Wrap register_entity() to instrument them on registration.
|
-- Wrap register_entity() to instrument them on registration.
|
||||||
|
Reference in New Issue
Block a user