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-12-23 17:06:57 +01:00
parent 52b3389e13
commit 8ccf3534bc
3 changed files with 24 additions and 11 deletions

View file

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