mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
core.after: Improve assertion message (#8388)
This commit is contained in:
parent
7f1c2b8a00
commit
d50feb89de
@ -23,7 +23,7 @@ end)
|
||||
|
||||
function core.after(after, func, ...)
|
||||
assert(tonumber(after) and type(func) == "function",
|
||||
"Invalid core.after invocation")
|
||||
"Invalid minetest.after invocation")
|
||||
jobs[#jobs + 1] = {
|
||||
func = func,
|
||||
expire = time + after,
|
||||
|
Loading…
Reference in New Issue
Block a user