Revert "init: emit timeout instead of forced update"

This reverts commit 932bd8dfc because with shared timers feature from
commit 211d4509 shared timer emitting timeout can update all shared
objects.
This commit is contained in:
Adrian C. (anrxc) 2013-12-15 18:20:50 +01:00
parent 7961ca1454
commit 52cbb64144
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ local function regregister(reg)
tm:start()
end
-- Initial update
tm:emit_signal("timeout")
reg.update()
end
reg.running = true
end