aboutsummaryrefslogtreecommitdiff
path: root/plugins/smallclock.lua
AgeCommit message (Collapse)Author
2021-09-29Update smallclock.lua versiontandy1000
Fixes error on plugin load
2021-08-17Merge branch 'master' into 2.0Adam
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-07-14Fixed smallclock plugin eating cpuB14CK313
The plugin uses coroutines but did not yield a value, thus the coroutine was called way more often than necessary Fixed it by simply yielding 1, so it only gets called once per second
2021-07-02added smallclock pluginAayush Kashyap