Compare commits

..

No commits in common. "8a1d772bb48d6c2b0fdecea59ae102615b489992" and "27657e4ef33fb29b9679753ae79d3a6fe140e1d8" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -33,7 +33,7 @@ do
--it can be overwritten.
---@param ticks integer Number of ticks to wait
---@param next function Callback to run
---@param name string Name of callback
---@param name function Name of callback
function namedWait(ticks, next, name)
-- main difference, this will overwrite an existing timer with
-- the same name

View File

@ -204,8 +204,4 @@ local function recurseModelGroup(group)
end
util.recurseModelGroup=recurseModelGroup
function util.traceback()
return ({pcall(function() error("", 4) end)})[2]:match("stack traceback:.+$")
end
return util