Improved README and resource manifest, removed startup message

This commit is contained in:
ElPumpo
2018-05-07 22:39:37 +02:00
parent ae84928494
commit 7cd66abf07
3 changed files with 36 additions and 20 deletions
-2
View File
@@ -51,5 +51,3 @@ Tick()
AddEventHandler('cron:runAt', function(h, m, cb)
RunAt(h, m, cb)
end)
print('CRON STARTED [' .. os.date('%H:%M', os.time()) .. ']')