mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
refactor(cron/server/main): Micro change
This commit is contained in:
@@ -2,7 +2,7 @@ local Jobs = {}
|
||||
local LastTime = nil
|
||||
|
||||
function RunAt(h, m, cb)
|
||||
table.insert(Jobs, {
|
||||
Jobs[#Jobs + 1] = {
|
||||
h = h,
|
||||
m = m,
|
||||
cb = cb
|
||||
|
||||
Reference in New Issue
Block a user