mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-28 01:29:31 +00:00
Cleaner
This commit is contained in:
parent
10848f546e
commit
35c528f858
1 changed files with 1 additions and 3 deletions
|
|
@ -53,9 +53,7 @@ abstract.backend = "ctrulua"
|
||||||
-- abstract.time
|
-- abstract.time
|
||||||
if abstract.time then
|
if abstract.time then
|
||||||
add(abstract.time, {
|
add(abstract.time, {
|
||||||
get = function()
|
get = ctr.time()
|
||||||
return ctr.time()
|
|
||||||
end
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue