Actionqueue tweaks

This commit is contained in:
Jeija
2014-01-11 10:04:32 +01:00
committed by Novatux
parent 1a492feb7a
commit c8ef37f522
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function mesecon.queue:add_action(pos, func, params, time, overwritecheck, prior
-- Create Action Table:
time = time or 0 -- time <= 0 --> execute, time > 0 --> wait time until execution
priority = priority or 1
overwritecheck = overwritecheck or {}
action = { pos=mesecon:tablecopy(pos),
func=func,
params=mesecon:tablecopy(params),