mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-16 07:10:32 +01:00
Tune deprecation warning
This commit is contained in:
parent
a021976346
commit
98db0514cf
|
@ -303,7 +303,7 @@ local function validate_iid(iid)
|
|||
return false, "An interrupt ID was too large!"
|
||||
end
|
||||
|
||||
return true, "Table interrupt IDs are deprecated; use strings instead"
|
||||
return true, "Table interrupt IDs are deprecated and are unreliable; use strings instead"
|
||||
end
|
||||
|
||||
-- The setting affects API so is not intended to be changeable at runtime
|
||||
|
|
Loading…
Reference in New Issue
Block a user