1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00
This commit is contained in:
Reuh 2016-04-29 19:01:47 +02:00
parent 10848f546e
commit 35c528f858

View file

@ -53,9 +53,7 @@ abstract.backend = "ctrulua"
-- abstract.time
if abstract.time then
add(abstract.time, {
get = function()
return ctr.time()
end
get = ctr.time()
})
end