- Update timer

This commit is contained in:
ParticleG
2024-11-03 01:36:15 +08:00
parent 01efc218bf
commit 6e6e1034b4

View File

@@ -78,7 +78,7 @@ if not isStarted then
end
local freshInterval=1
local timer=0
local timer=-5
return {
get=function() return getCHN:peek() or '' end,
set=function(content) setCHN:push(_sanitize(content)) end,