specs for timer

This commit is contained in:
AlecM33
2022-02-26 03:43:15 -05:00
parent 1cacaf511f
commit 6d5b74d9d9
3 changed files with 63 additions and 7 deletions

View File

@@ -66,6 +66,7 @@ class ServerTimer {
}
stopTimer () {
this.logger.debug('STOPPING TIMER');
if (this.ticking) {
clearTimeout(this.ticking);
}