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