1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-22 17:45:28 +01:00

[Profnsched] update based on discuss of PR #507

This commit is contained in:
Coethium
2016-09-03 19:46:20 +02:00
committed by LeMagnesium
parent d2b71969e3
commit 0baa0ea091
5 changed files with 129 additions and 59 deletions

View File

@@ -20,7 +20,7 @@ end
function scheduler.asap(priority, func)
scheduler.add(priority, {
mod_name = core.get_last_run_mod(),
func_id = "todo",
func_id = "#"..debug.getinfo(2, "S").linedefined, --imprecis
func_code = func,
arg = {},
})