mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
specs for timer
This commit is contained in:
@@ -66,6 +66,7 @@ class ServerTimer {
|
||||
}
|
||||
|
||||
stopTimer () {
|
||||
this.logger.debug('STOPPING TIMER');
|
||||
if (this.ticking) {
|
||||
clearTimeout(this.ticking);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user