mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
fix(cron/server/main.lua): Fixed mistake....
This commit is contained in:
@@ -6,7 +6,7 @@ function RunAt(h, m, cb)
|
||||
h = h,
|
||||
m = m,
|
||||
cb = cb
|
||||
})
|
||||
}
|
||||
end
|
||||
|
||||
function GetTime()
|
||||
|
||||
Reference in New Issue
Block a user