bugfix, presumably

master
Stephen Searles 6 years ago
parent dc052bbc69
commit cde7779f51
  1. 2
      idleshut.go

@ -116,7 +116,7 @@ func (p *Process) generation() uint {
} }
func (p *Process) startTicker() { func (p *Process) startTicker() {
if p.cfg.TickDuration == 0 || p.cfg.IdleTick == nil { if p.cfg.TickDuration == 0 {
return return
} }

Loading…
Cancel
Save