diff options
| author | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-09-03 22:05:07 -0400 |
|---|---|---|
| committer | Jude Melton-Houghton <jwmhjwmh@gmail.com> | 2022-12-24 08:24:59 -0500 |
| commit | 5c248c2d7de3db54e85f7c388743a2eb8e36fee4 (patch) | |
| tree | b0d27690b3e852b207345dc5e00dc4457a7e6268 /builtin/profiler/instrumentation.lua | |
| parent | 7701e70dc92262c41d68cf1c9f7fbd0c333e5c52 (diff) | |
| download | minetest-5c248c2d7de3db54e85f7c388743a2eb8e36fee4.tar.xz | |
Add callback on_mapblocks_changed
Diffstat (limited to 'builtin/profiler/instrumentation.lua')
| -rw-r--r-- | builtin/profiler/instrumentation.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/profiler/instrumentation.lua b/builtin/profiler/instrumentation.lua index f80314b32..80f1c66af 100644 --- a/builtin/profiler/instrumentation.lua +++ b/builtin/profiler/instrumentation.lua @@ -43,6 +43,7 @@ local register_functions = { register_on_item_eat = 0, register_on_punchplayer = 0, register_on_player_hpchange = 0, + register_on_mapblocks_changed = 0, } --- |
