1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-09-18 13:40:35 +02:00

label the switching station abm for profiling purposes

this allows the mtt profiler to profile this abm individually from other abms since t4im/mtt@48eff13
此提交包含在:
Tim
2015-02-28 00:47:15 +01:00
父節點 3eefa2f181
當前提交 c6464d3ebe

查看文件

@@ -171,6 +171,7 @@ end
-----------------------------------------------
minetest.register_abm({
nodenames = {"technic:switching_station"},
label = "Switching Station", -- allows the mtt profiler to profile this abm individually
interval = 1,
chance = 1,
action = function(pos, node, active_object_count, active_object_count_wider)