safe_region: update comment

We need @value
This commit is contained in:
Starbeamrainbowlabs 2023-07-07 01:31:06 +01:00
parent 3194a2c53e
commit e916057133
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ if minetest.global_exists("worldedit") then
end
--- A table that holds at most 1 pending function call per player.
-- @value table<string,function>
-- @internal
local pending_calls = {}
--- Captures the given function in the safe_region subsystem for later execution.