mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Profiler: Fix var args not being passed to callback register function
Fixes #6517
This commit is contained in:
@@ -133,7 +133,7 @@ local function instrument_register(func, func_name)
|
||||
return func(instrument {
|
||||
func = callback,
|
||||
func_name = register_name
|
||||
}), ...
|
||||
}, ...)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user